From: Silvio Rhatto Date: Sat, 19 Feb 2011 20:46:20 +0000 (-0200) Subject: Adding icedtea6-plugin to squeeze personal packages; moving libical-parser-perl and... X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=6f49cffa804ed4f60eff8f7a42966d6ed41924dd;p=puppet-nodo.git Adding icedtea6-plugin to squeeze personal packages; moving libical-parser-perl and maildir-utils there --- 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, } }