Skip to content
Snippets Groups Projects
Commit 6ca675d7 authored by Filip Strömbäck's avatar Filip Strömbäck
Browse files

Fixed the update logic for TAL.

parent c0a26e3b
No related branches found
No related tags found
2 merge requests!30Merge branch 'cherry-pick-b940cfc1' into 'test',!15Devel
Pipeline #60897 passed
#!/usr/bin/bash
cd source
git submodule init
git submodule update
......
......@@ -21,7 +21,7 @@ class aes::tal_cli(
ensure => file,
owner => examadm,
group => examadm,
mode => '0700',
mode => '0600',
content => $credentials,
}
......@@ -37,6 +37,6 @@ class aes::tal_cli(
command => '/opt/utils/update_repo.sh /home/examadm/tal-cli/source https://oauth2:glpat-bfpVssm_zFmt1YRW7cLz@gitlab.liu.se/upp-aes/tal-cli.git master',
user => examadm,
group => examadm,
cwd => '/home/examadm/tal-cli/source',
cwd => '/home/examadm/tal-cli',
}
}
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