aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-12-28 15:59:14 -0200
committerSilvio Rhatto <rhatto@riseup.net>2011-12-28 15:59:14 -0200
commit3ca70f00d2ab89f78a256e559e4de9f397cca33e (patch)
tree5495b13a6083b6e778d76da2d8d648bad956a026 /manifests
parentc0691b95fb325fac4adc23aa78142a2e6a046c8d (diff)
downloadpuppet-nodo-3ca70f00d2ab89f78a256e559e4de9f397cca33e.tar.gz
puppet-nodo-3ca70f00d2ab89f78a256e559e4de9f397cca33e.tar.bz2
Adding dput into utils::development
Diffstat (limited to 'manifests')
-rw-r--r--manifests/subsystems/utils/development.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/subsystems/utils/development.pp b/manifests/subsystems/utils/development.pp
index f1bed57..33cc264 100644
--- a/manifests/subsystems/utils/development.pp
+++ b/manifests/subsystems/utils/development.pp
@@ -4,7 +4,7 @@ class utils::development {
'fakeroot', 'dupload', 'autotools-dev', 'dh-make', 'doxygen',
'tig', 'mercurial', 'exuberant-ctags', 'reportbug', 'debian-keyring',
'devscripts', 'pbuilder', 'build-essential', 'pnopaste-cli', 'agave',
- 'cdbs', 'dh-buildinfo', 'quilt', 'dpatch' ]:
+ 'cdbs', 'dh-buildinfo', 'quilt', 'dpatch', 'dput' ]:
ensure => installed,
}
}