diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-04-27 18:29:50 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-04-27 18:29:50 -0300 |
commit | f8d18c6ec6a23e7d74d3eaaddeff9103ae7d3b6c (patch) | |
tree | fb4e379609562d3aa3123a62980c60c28d7e3ee8 /manifests | |
parent | 609aafad0d6ead909c89cfd0d5a9a0d705a423de (diff) | |
download | puppet-nodo-f8d18c6ec6a23e7d74d3eaaddeff9103ae7d3b6c.tar.gz puppet-nodo-f8d18c6ec6a23e7d74d3eaaddeff9103ae7d3b6c.tar.bz2 |
Adding scratchbox2 into nodo::utils::development::toolchain
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/utils/development/toolchain.pp | 2 |
1 files changed, 1 insertions, 1 deletions
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, } } |