aboutsummaryrefslogtreecommitdiff
path: root/manifests/subsystems/utils.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-02-19 18:46:20 -0200
committerSilvio Rhatto <rhatto@riseup.net>2011-02-19 18:46:20 -0200
commit6f49cffa804ed4f60eff8f7a42966d6ed41924dd (patch)
tree134de6525223948402ba5c36a2d44bda95fb603b /manifests/subsystems/utils.pp
parentf8d112f46b349eee025baf7af76784b8c39a1f67 (diff)
downloadpuppet-nodo-6f49cffa804ed4f60eff8f7a42966d6ed41924dd.tar.gz
puppet-nodo-6f49cffa804ed4f60eff8f7a42966d6ed41924dd.tar.bz2
Adding icedtea6-plugin to squeeze personal packages; moving libical-parser-perl and maildir-utils there
Diffstat (limited to 'manifests/subsystems/utils.pp')
-rw-r--r--manifests/subsystems/utils.pp5
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,
}
}