aboutsummaryrefslogtreecommitdiff
path: root/manifests/subsystems
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-08-26 14:55:27 -0300
committerSilvio Rhatto <rhatto@riseup.net>2011-08-26 14:55:27 -0300
commit411251e994645a9649117ed123013a21865f74cb (patch)
treed41cd544404aa50c1a283c922b9c32c0370cd45d /manifests/subsystems
parentfbb218f796e0890fe96b6c7838a4eef9db6daaf9 (diff)
downloadpuppet-nodo-411251e994645a9649117ed123013a21865f74cb.tar.gz
puppet-nodo-411251e994645a9649117ed123013a21865f74cb.tar.bz2
Adding debian-keyring into utils::personal::debian
Diffstat (limited to 'manifests/subsystems')
-rw-r--r--manifests/subsystems/utils/debian.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/subsystems/utils/debian.pp b/manifests/subsystems/utils/debian.pp
index a21a07e..a035080 100644
--- a/manifests/subsystems/utils/debian.pp
+++ b/manifests/subsystems/utils/debian.pp
@@ -52,7 +52,7 @@ 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' ]:
+ 'tig', 'mercurial', 'exuberant-ctags', 'reportbug' 'debian-keyring' ]:
ensure => installed,
}