Puppet wants paths to executables.
Change-Id: Ic1a6d49e37c3c7ab62dfa3614419002af3617955
This commit is contained in:
parent
a0f2884137
commit
9bcf67b6ab
@ -5,7 +5,7 @@ class jenkins_jobs($site, $projects) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
exec { "jenkins":
|
exec { "jenkins":
|
||||||
command => "curl https://jenkins.${site}.org/reload",
|
command => "/usr/bin/curl https://jenkins.${site}.org/reload",
|
||||||
refreshonly => true
|
refreshonly => true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user