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
No related merge requests found
#!/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.
Please register or to comment