Remove openstack-ci checkouts.

Change-Id: Ia957ed083ffa655840c7cad45bd3f2670dbcdfdd
This commit is contained in:
Monty Taylor 2012-05-15 17:18:18 -04:00
parent 2400d7de84
commit 215f3afbe2

View File

@ -6,7 +6,7 @@ class jenkins_slave($ssh_key) {
}
slavecirepo { "openstack-ci":
ensure => present,
ensure => absent,
require => [ Package[git], File[jenkinshome] ],
}
@ -16,7 +16,7 @@ class jenkins_slave($ssh_key) {
}
apt::ppa { "ppa:openstack-ci/build-depends":
ensure => present
ensure => absent
}
$packages = ["apache2",