Skip to content
Snippets Groups Projects
Commit 0ff41670 authored by Klas Arvidsson's avatar Klas Arvidsson
Browse files

Python requirements for tal-cli need correct HOME; More failsafe on_update for tal build.

parent 7651323d
No related branches found
No related tags found
2 merge requests!50Fix: Puppet Defining "data_provider": "hiera" in metadata.json is deprecated....,!41Python requirements for tal-cli need correct HOME; More failsafe on_update for tal build.
Pipeline #111147 passed
......@@ -8,8 +8,10 @@ sed -i 's|url = \.\./database|url = https://oauth2:glpat-WeW_ytbQ83JMs2UnQmhe@gi
git submodule update --init
git checkout .gitmodules
make
make clean all
cd ..
rm -f oracle
ln -s source/oracle oracle
rm -f tal
cp source/tal tal
......@@ -72,7 +72,7 @@ class aes::tal_cli (
group => examadm,
cwd => '/home/examadm/tal-cli',
path => '/bin:/usr/bin',
environment => ['HOME=/home/examadm/tal-cli'],
environment => ['HOME=/home/examadm'],
creates => '/home/examadm/tal-cli/source/tal',
command => '/home/examadm/tal-cli/on_update.sh',
require => File['/home/examadm/tal-cli/on_update.sh'],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment