diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-08-26 15:27:07 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-08-26 15:27:07 -0300 |
commit | 4f6b5d01e6510a98fc59628c63e100235f06fdb8 (patch) | |
tree | 96439cd82ffb054ba1a0bb56a49fffe192e6b6d1 /manifests | |
parent | 7bd9e7d7a34b9804f0cd1f22ecdd2d3212935bfb (diff) | |
download | puppet-nodo-4f6b5d01e6510a98fc59628c63e100235f06fdb8.tar.gz puppet-nodo-4f6b5d01e6510a98fc59628c63e100235f06fdb8.tar.bz2 |
Minor fix
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 a035080..cdfee8c 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' 'debian-keyring' ]: + 'tig', 'mercurial', 'exuberant-ctags', 'reportbug', 'debian-keyring' ]: ensure => installed, } |