Actually use the slavecirepo.

This commit is contained in:
Monty Taylor 2011-07-16 13:24:25 -04:00
parent b00b7bc812
commit 87172730a8
1 changed files with 5 additions and 0 deletions

View File

@ -1,5 +1,10 @@
class jenkins_slave {
slavecirepo { "openstack-ci":
ensure => present,
require => Package[git]
}
package { "python-software-properties":
ensure => latest
}