diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2011-03-22 13:15:02 -0300 | 
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2011-03-22 13:15:02 -0300 | 
| commit | 9511fe1570f935beeb584198be4a75626b49186f (patch) | |
| tree | c64c21ee3e60aac6f27ee7efde305482c9a7767b | |
| parent | 915b64e7343d4e37c7eafad50535f442b7094d47 (diff) | |
| download | puppet-nodo-9511fe1570f935beeb584198be4a75626b49186f.tar.gz puppet-nodo-9511fe1570f935beeb584198be4a75626b49186f.tar.bz2  | |
Adding irssi plugins att utils::personal::debian
| -rw-r--r-- | manifests/subsystems/utils/debian.pp | 12 | 
1 files changed, 6 insertions, 6 deletions
diff --git a/manifests/subsystems/utils/debian.pp b/manifests/subsystems/utils/debian.pp index 7751129..aae80a3 100644 --- a/manifests/subsystems/utils/debian.pp +++ b/manifests/subsystems/utils/debian.pp @@ -31,12 +31,12 @@ class utils::personal::debian {    }    # Network -  package { [ 'mutt',              'irssi',      'offlineimap', 'epiphany-browser', -              'newsbeuter',        'bitlbee',    'nicotine',    'silc', -              'irssi-plugin-silc', 'bogofilter', 'fetchmail',   'procmail', -              'msmtp',             'mairix',     'konqueror',   'bittorrent', -              'irssi-scripts',     'links',      'twinkle',     'bittornado', -              'rtorrent',          'iceweasel', ]: +  package { [ 'mutt',              'irssi',      'offlineimap',      'epiphany-browser', +              'newsbeuter',        'bitlbee',    'nicotine',         'silc', +              'irssi-plugin-silc', 'bogofilter', 'fetchmail',        'procmail', +              'msmtp',             'mairix',     'konqueror',        'bittorrent', +              'irssi-scripts',     'links',      'twinkle',          'bittornado', +              'rtorrent',          'iceweasel',  'irssi-plugin-otr', 'irssi-plugin-silc', ]:      ensure => installed,    }  | 
