]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Adding icedtea6-plugin to squeeze personal packages; moving libical-parser-perl and...
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 19 Feb 2011 20:46:20 +0000 (18:46 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 19 Feb 2011 20:46:20 +0000 (18:46 -0200)
manifests/subsystems/utils.pp

index 093c452291154da5ce37d4d1699267203be2d935..524dc5e000657cc32d7febe2f8e167b584a5ca1d 100644 (file)
@@ -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,
         }
       }