diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-05-21 13:15:32 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-05-21 13:15:32 -0300 |
commit | a703d0f229c889d837c222cf3ce8ab65fd82b7f0 (patch) | |
tree | 94a4664249ee33b7b36c4387c85d52fd84feac77 /manifests/subsystems/utils | |
parent | 46c943f74e702ac279c6af9c89d1932a5e0661fc (diff) | |
download | puppet-nodo-a703d0f229c889d837c222cf3ce8ab65fd82b7f0.tar.gz puppet-nodo-a703d0f229c889d837c222cf3ce8ab65fd82b7f0.tar.bz2 |
Adding dh-autoreconf into utils::development
Diffstat (limited to 'manifests/subsystems/utils')
-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 3d48c6c..4c2154c 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', 'xorriso' ]: + 'bzr', 'debian-goodies', 'debirf', 'xorriso', 'dh-autoreconf' ]: ensure => installed, } } |