From: Silvio Rhatto Date: Wed, 30 Jan 2013 18:56:51 +0000 (-0200) Subject: Removing irssi-plugin-silc from wheezy X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=4c312aa6c5bad00265166871f9fdaa780de584f7;p=puppet-nodo.git Removing irssi-plugin-silc from wheezy --- diff --git a/manifests/subsystems/utils/network.pp b/manifests/subsystems/utils/network.pp index df49912..19ca18a 100644 --- a/manifests/subsystems/utils/network.pp +++ b/manifests/subsystems/utils/network.pp @@ -1,5 +1,5 @@ class utils::network::irssi { - package { [ 'irssi', 'bitlbee', 'irssi-plugin-silc', 'irssi-scripts', 'irssi-plugin-otr' ]: + package { [ 'irssi', 'bitlbee', 'irssi-scripts', 'irssi-plugin-otr' ]: ensure => installed, } @@ -7,6 +7,14 @@ class utils::network::irssi { package { [ 'libcrypt-blowfish-perl', 'libcrypt-dh-perl', 'libcrypt-openssl-bignum-perl' ]: ensure => installed, } + + # Not on wheezy + package { 'irssi-plugin-silc': + ensure => $::lsbdistcodename ? { + 'wheezy' => absent, + default => present, + } + } } class utils::network::torrent {