From: Silvio Rhatto Date: Thu, 3 Nov 2016 21:58:15 +0000 (-0200) Subject: Mark some nodo::utils::development::toolchain packages as old X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=2f14fc98d6f1b383dc419cf07f3d37be03f4e2c4;p=puppet-nodo.git Mark some nodo::utils::development::toolchain packages as old --- 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, + } }