Skip to content
Snippets Groups Projects
Commit 02482221 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

Merge branch 'task-3890-replace-puppet-agent' into 'master'

Task 3890 replace puppet agent

See merge request !112
parents b3fc8ffb 8e3e8bc5
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,9 @@ $aConfig = array(
// puppet agent liefert 0 oder 2 zurueck, wenn OK
// http://docs.puppetlabs.com/references/3.4.0/man/apply.html
'command' => 'sudo puppet agent -t --detailed-exitcodes ; rc=$?; if [ $rc -eq 2 ]; then rc=0; fi ; exit $rc',
// 'command' => 'sudo puppet agent -t --detailed-exitcodes ; rc=$?; if [ $rc -eq 2 ]; then rc=0; fi ; exit $rc',
// task#38890 replace direct puppet call with a shell script
'command' => '/usr/local/bin/puppetrun.sh',
),
'phases' => array(
"preview" => array(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment