diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-04-12 16:19:46 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-04-12 16:19:46 -0300 |
commit | 216e2dd7c8dee88187b28f68ca920c57c0895e1b (patch) | |
tree | b6a37621bf86a900c53ac9a86151864313763ad2 /manifests/subsystems | |
parent | 8e99336acfbb681ef79a609a49a4c7846eb8afed (diff) | |
download | puppet-nodo-216e2dd7c8dee88187b28f68ca920c57c0895e1b.tar.gz puppet-nodo-216e2dd7c8dee88187b28f68ca920c57c0895e1b.tar.bz2 |
Adding xorriso into utils::development
Diffstat (limited to 'manifests/subsystems')
-rw-r--r-- | manifests/subsystems/utils/development.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/subsystems/utils/development.pp b/manifests/subsystems/utils/development.pp index ca87698..3d48c6c 100644 --- a/manifests/subsystems/utils/development.pp +++ b/manifests/subsystems/utils/development.pp @@ -5,7 +5,7 @@ class utils::development { 'tig', 'mercurial', 'exuberant-ctags', 'reportbug', 'debian-keyring', 'devscripts', 'pbuilder', 'build-essential', 'pnopaste-cli', 'agave', 'cdbs', 'dh-buildinfo', 'quilt', 'dpatch', 'dput', - 'bzr', 'debian-goodies', 'debirf' ]: + 'bzr', 'debian-goodies', 'debirf', 'xorriso' ]: ensure => installed, } } |