Fix stupid quote typo

When migrating this patch from my test server I forgot to change the quotes and used the wrong variable, doh!

Change-Id: Ic395cc434088e010e0d43c488ed2ccb66e6aea02
This commit is contained in:
Andrew Hutchings 2012-05-15 15:18:42 +01:00
parent 32b8ce0005
commit e4f253527d
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
define process_projects($site) {
exec { 'jenkins_job_${site}':
exec { "jenkins_job_${name}":
command => "python /usr/local/jenkins_jobs/jenkins_jobs.py update /usr/local/jenkins_jobs/projects/${site}/${name}.yml",
cwd => '/usr/local/jenkins_jobs/',
path => '/bin:/usr/bin'