Puppet wants paths to executables.

Change-Id: Ic1a6d49e37c3c7ab62dfa3614419002af3617955
This commit is contained in:
Monty Taylor 2012-04-05 19:34:11 -06:00
parent a0f2884137
commit 9bcf67b6ab

View File

@ -5,7 +5,7 @@ class jenkins_jobs($site, $projects) {
}
exec { "jenkins":
command => "curl https://jenkins.${site}.org/reload",
command => "/usr/bin/curl https://jenkins.${site}.org/reload",
refreshonly => true
}
}