From: Silvio Rhatto Date: Sat, 27 Apr 2013 21:29:50 +0000 (-0300) Subject: Adding scratchbox2 into nodo::utils::development::toolchain X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=f8d18c6ec6a23e7d74d3eaaddeff9103ae7d3b6c;p=puppet-nodo.git Adding scratchbox2 into nodo::utils::development::toolchain --- diff --git a/manifests/utils/development/toolchain.pp b/manifests/utils/development/toolchain.pp index ee495cf..b466168 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', 'pdebuild-cross' ]: + package { [ 'emdebian-archive-keyring', 'xapt', 'pdebuild-cross', 'scratchbox2' ]: ensure => installed, } }