aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-11-03 19:58:15 -0200
committerSilvio Rhatto <rhatto@riseup.net>2016-11-03 19:58:15 -0200
commit2f14fc98d6f1b383dc419cf07f3d37be03f4e2c4 (patch)
tree70652384d5f925681e387fe6c8ea3c73f13fc6d3
parent29a6214f29eb53f481b6c4280d21568b7373573c (diff)
downloadpuppet-nodo-2f14fc98d6f1b383dc419cf07f3d37be03f4e2c4.tar.gz
puppet-nodo-2f14fc98d6f1b383dc419cf07f3d37be03f4e2c4.tar.bz2
Mark some nodo::utils::development::toolchain packages as old
-rw-r--r--manifests/utils/development/toolchain.pp10
1 files changed, 8 insertions, 2 deletions
diff --git a/manifests/utils/development/toolchain.pp b/manifests/utils/development/toolchain.pp
index ca39299..dbea0df 100644
--- a/manifests/utils/development/toolchain.pp
+++ b/manifests/utils/development/toolchain.pp
@@ -1,8 +1,6 @@
class nodo::utils::development::toolchain {
package { [
'emdebian-archive-keyring',
- 'xapt',
- 'pdebuild-cross',
'scratchbox2',
'qemu-user-static',
'multistrap',
@@ -10,4 +8,12 @@ class nodo::utils::development::toolchain {
]:
ensure => installed,
}
+
+ # Old stuff
+ package { [
+ 'xapt',
+ 'pdebuild-cross',
+ ]:
+ ensure => absent,
+ }
}