From: Silvio Rhatto Date: Sat, 27 Apr 2013 15:18:26 +0000 (-0300) Subject: Adds pdebuild-cross into nodo::utils::development::toolchain X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=609aafad0d6ead909c89cfd0d5a9a0d705a423de;p=puppet-nodo.git Adds pdebuild-cross into nodo::utils::development::toolchain --- diff --git a/manifests/utils/development/toolchain.pp b/manifests/utils/development/toolchain.pp index 9ee45c0..ee495cf 100644 --- a/manifests/utils/development/toolchain.pp +++ b/manifests/utils/development/toolchain.pp @@ -1,5 +1,5 @@ class nodo::utils::development::toolchain { - package { [ 'emdebian-archive-keyring', 'xapt' ]: + package { [ 'emdebian-archive-keyring', 'xapt', 'pdebuild-cross' ]: ensure => installed, } }