Remove openstack-ci checkouts.
Change-Id: Ia957ed083ffa655840c7cad45bd3f2670dbcdfdd
This commit is contained in:
parent
2400d7de84
commit
215f3afbe2
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user