diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-08-26 14:55:27 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-08-26 14:55:27 -0300 |
commit | 411251e994645a9649117ed123013a21865f74cb (patch) | |
tree | d41cd544404aa50c1a283c922b9c32c0370cd45d /manifests | |
parent | fbb218f796e0890fe96b6c7838a4eef9db6daaf9 (diff) | |
download | puppet-nodo-411251e994645a9649117ed123013a21865f74cb.tar.gz puppet-nodo-411251e994645a9649117ed123013a21865f74cb.tar.bz2 |
Adding debian-keyring into utils::personal::debian
Diffstat (limited to 'manifests')
-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 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, } |