]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Removing silc package
authorSilvio Rhatto <rhatto@riseup.net>
Wed, 30 Jan 2013 18:54:32 +0000 (16:54 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Wed, 30 Jan 2013 18:54:32 +0000 (16:54 -0200)
manifests/subsystems/utils/network.pp

index 1ffd771635195e04d9bc5bf3259c1b6909390b3c..df499124d9738db00562caaafd4af07fddd0790c 100644 (file)
@@ -27,7 +27,7 @@ class utils::network::minimal {
 class utils::network inherits utils::network::minimal {
   # Network
   package { [ 'mutt',               'offlineimap',           'epiphany-browser',
-              'newsbeuter',         'nicotine',              'silc',
+              'newsbeuter',         'nicotine',              'sshfs',
               'bogofilter',         'fetchmail',             'procmail',
               'msmtp',              'mairix',                'konqueror',
               'bittorrent',         'links',                 'twinkle',
@@ -36,11 +36,15 @@ class utils::network inherits utils::network::minimal {
               'pidgin',             'pidgin-encryption',     'pidgin-openpgp',
               'pidgin-otr',         'pidgin-privacy-please', 'pidgin-plugin-pack',
               'sslscan',            'muttprofile',           'connect-proxy',
-              'mutt-patched',       'gftp',                  'notmuch-mutt',
-              'sshfs' ]:
+              'mutt-patched',       'gftp',                  'notmuch-mutt' ]:
     ensure => installed,
   }
 
+  # Old packages
+  package { 'silc':
+    ensure => absent,
+  }
+
   # Squeeze (or newer) packages
   if $::lsbdistcodename != 'lenny' {
     package { [ 'xul-ext-monkeysphere', 'chromium-browser', 'libical-parser-perl',