We should update openstack-ci on the slaves too.

This commit is contained in:
Monty Taylor 2011-07-18 11:12:59 -04:00
parent f5211b218a
commit 53b81d03cd
1 changed files with 6 additions and 0 deletions

View File

@ -15,6 +15,12 @@ class jenkins_slave {
command => "cd /root/openstack-ci-puppet && /usr/bin/git pull && /var/lib/gems/1.8/bin/puppet apply -l /tmp/manifest.log --modulepath=/root/openstack-ci-puppet/modules manifests/this.pp"
}
cron { "updateci":
user => jenkins,
minute => "*/15",
command => "cd /home/jenkins/openstack-ci && /usr/bin/git pull"
}
package { "python-software-properties":
ensure => latest
}