aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-08-28 16:19:17 -0300
committerSilvio Rhatto <rhatto@riseup.net>2011-08-28 16:19:17 -0300
commit457191444d4ece52fd90601d9f189b916134ed21 (patch)
tree1b053ad01022cc4a17050805f9588b976be8dfcc /manifests
parent1f133c31c135b7d2a65aa4fc1f3b17d002473409 (diff)
downloadpuppet-nodo-457191444d4ece52fd90601d9f189b916134ed21.tar.gz
puppet-nodo-457191444d4ece52fd90601d9f189b916134ed21.tar.bz2
Adding devscripts into utils::personal::debian
Diffstat (limited to 'manifests')
-rw-r--r--manifests/subsystems/utils/debian.pp3
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/subsystems/utils/debian.pp b/manifests/subsystems/utils/debian.pp
index cdfee8c..0def2fd 100644
--- a/manifests/subsystems/utils/debian.pp
+++ b/manifests/subsystems/utils/debian.pp
@@ -52,7 +52,8 @@ class utils::personal::debian {
# Development
package { [ 'debhelper', 'gitk', 'git-gui', 'subversion', 'python-stdeb',
'fakeroot', 'dupload', 'autotools-dev', 'dh-make', 'doxygen',
- 'tig', 'mercurial', 'exuberant-ctags', 'reportbug', 'debian-keyring' ]:
+ 'tig', 'mercurial', 'exuberant-ctags', 'reportbug', 'debian-keyring',
+ 'devscripts' ]:
ensure => installed,
}