diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-12-11 00:19:12 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-12-11 00:19:12 -0200 |
commit | 27acaf5b44e95f230f49d95860058ee12f567317 (patch) | |
tree | 468df6824005ceb6ebfbb59e5795521a26b0d48f /manifests/subsystems/utils/debian.pp | |
parent | 5cfa4e56cb68f89cb802dedc280b1cbb282d072d (diff) | |
download | puppet-nodo-27acaf5b44e95f230f49d95860058ee12f567317.tar.gz puppet-nodo-27acaf5b44e95f230f49d95860058ee12f567317.tar.bz2 |
Adding pnopaste-cli into utils::personal::debian
Diffstat (limited to 'manifests/subsystems/utils/debian.pp')
-rw-r--r-- | manifests/subsystems/utils/debian.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/subsystems/utils/debian.pp b/manifests/subsystems/utils/debian.pp index 948daf4..be50234 100644 --- a/manifests/subsystems/utils/debian.pp +++ b/manifests/subsystems/utils/debian.pp @@ -56,7 +56,7 @@ class utils::personal::debian { package { [ 'debhelper', 'gitk', 'git-gui', 'subversion', 'python-stdeb', 'fakeroot', 'dupload', 'autotools-dev', 'dh-make', 'doxygen', 'tig', 'mercurial', 'exuberant-ctags', 'reportbug', 'debian-keyring', - 'devscripts', 'pbuilder', 'build-essential' ]: + 'devscripts', 'pbuilder', 'build-essential', 'pnopaste-cli' ]: ensure => installed, } |