diff options
Diffstat (limited to 'manifests/subsystems/utils.pp')
-rw-r--r-- | manifests/subsystems/utils.pp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/manifests/subsystems/utils.pp b/manifests/subsystems/utils.pp index 093c452..524dc5e 100644 --- a/manifests/subsystems/utils.pp +++ b/manifests/subsystems/utils.pp @@ -74,7 +74,7 @@ class utils::personal { 'rtorrent', 'p7zip-full', 'signing-party', 'easytag', 'flashplugin-nonfree', 'mercurial', 'jhead', 'unison', 'exuberant-ctags', - 'tig', 'libical-parser-perl', 'maildir-utils' ]: + 'tig' ]: ensure => installed, } @@ -94,7 +94,8 @@ class utils::personal { # Squeeze (or newer) packages if $lsbdistcodename != 'lenny' { - package { [ 'xul-ext-monkeysphere', 'chromium-browser' ]: + package { [ 'xul-ext-monkeysphere', 'chromium-browser', 'libical-parser-perl', + 'maildir-utils', 'icedtea6-plugin' ]: ensure => installed, } } |