diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-02-26 23:24:48 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-02-26 23:24:48 -0300 |
commit | bc02d890604e3289e6257c0447f13a86c460b8a4 (patch) | |
tree | 17592d1feb8f82cd7f91e919728f7d08faec87dd /manifests | |
parent | 21f77d2198695be5228bcfe87e0e92b202d051ac (diff) | |
download | puppet-nodo-bc02d890604e3289e6257c0447f13a86c460b8a4.tar.gz puppet-nodo-bc02d890604e3289e6257c0447f13a86c460b8a4.tar.bz2 |
Adding xul-ext-firegpg into utils::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 b15c421..b704faf 100644 --- a/manifests/subsystems/utils/debian.pp +++ b/manifests/subsystems/utils/debian.pp @@ -77,7 +77,7 @@ class utils::personal::debian { # Squeeze (or newer) packages if $lsbdistcodename != 'lenny' { package { [ 'xul-ext-monkeysphere', 'chromium-browser', 'libical-parser-perl', - 'maildir-utils', 'icedtea6-plugin' ]: + 'maildir-utils', 'icedtea6-plugin', 'xul-ext-firegpg' ]: ensure => installed, } } |