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

Fixed indentation.

parent 96123ec7
No related branches found
No related tags found
2 merge requests!30Merge branch 'cherry-pick-b940cfc1' into 'test',!15Devel
Pipeline #60901 passed
......@@ -34,10 +34,10 @@ class aes::tal_cli(
}
exec { 'update-tal-repo' :
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',
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',
environment => [ 'REPO_ON_UPDATE=/home/examadm/tal-cli/on_update.sh' ],
user => examadm,
group => examadm,
cwd => '/home/examadm/tal-cli',
user => examadm,
group => examadm,
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