From 9bcf67b6aba118680519a54b6be574e60ee482dc Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Thu, 5 Apr 2012 19:34:11 -0600 Subject: [PATCH] Puppet wants paths to executables. Change-Id: Ic1a6d49e37c3c7ab62dfa3614419002af3617955 --- modules/jenkins_jobs/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/jenkins_jobs/manifests/init.pp b/modules/jenkins_jobs/manifests/init.pp index 1a7e509f1d..5d1dbcdfe7 100644 --- a/modules/jenkins_jobs/manifests/init.pp +++ b/modules/jenkins_jobs/manifests/init.pp @@ -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 } }