Really remove Ubuntu Cloud Archive for now

* modules/jenkins/manifests/slave.pp: Make sure the sources.list.d
file for UCA left behind by the revert of bdcc115 gets cleaned up so
we don't accidentally install new packages from it.

Change-Id: Icf3243b08f0ab3904b29031857db01f735d0f410
This commit is contained in:
Jeremy Stanley 2014-01-07 14:42:16 +00:00
parent d9cd59d5c5
commit 7282ca4539
1 changed files with 4 additions and 0 deletions

View File

@ -71,6 +71,10 @@ class jenkins::slave(
$packages = $common_packages
}
file { '/etc/apt/sources.list.d/cloudarchive.list':
ensure => absent,
}
package { $packages:
ensure => present,
}