From 4a8ec6fb019c45286e34dc83117bdd15b63b17d4 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 31 Jan 2013 18:44:33 -0200 Subject: Updating packages --- manifests/subsystems/utils/network.pp | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) (limited to 'manifests/subsystems/utils/network.pp') diff --git a/manifests/subsystems/utils/network.pp b/manifests/subsystems/utils/network.pp index 6604067..0a0e9c9 100644 --- a/manifests/subsystems/utils/network.pp +++ b/manifests/subsystems/utils/network.pp @@ -34,22 +34,22 @@ class utils::network::minimal { class utils::network inherits utils::network::minimal { # Network - package { [ 'mutt', 'offlineimap', 'epiphany-browser', + package { [ 'mutt', 'offlineimap', 'newsbeuter', 'nicotine', 'sshfs', 'bogofilter', 'fetchmail', 'procmail', 'msmtp', 'mairix', 'notmuch-mutt', - 'bittorrent', 'links', 'gftp', - 'bittornado', 'iceweasel', 'transmission', - 'openvpn', 'amule', 'pssh', + 'links', 'gftp', 'iceweasel', + 'openvpn', 'pssh', 'mutt-patched' 'pidgin', 'pidgin-encryption', 'pidgin-openpgp', 'pidgin-otr', 'pidgin-privacy-please', 'pidgin-plugin-pack', - 'sslscan', 'muttprofile', 'connect-proxy', - 'mutt-patched' ]: + 'sslscan', 'muttprofile', 'connect-proxy' ]: ensure => installed, } # Old packages - package { [ 'silc', 'twinkle', 'konqueror']: + # About firegpg, see http://tails.boum.org/bugs/FireGPG_may_be_unsafe/ + package { [ 'silc', 'twinkle', 'konqueror', 'transmission', 'amule', 'epiphany-browser', + 'bittorrent', 'bittornado', 'xul-ext-firegpg' ]: ensure => absent, } @@ -61,11 +61,6 @@ class utils::network inherits utils::network::minimal { ensure => installed, } - # See http://tails.boum.org/bugs/FireGPG_may_be_unsafe/ - package { 'xul-ext-firegpg': - ensure => absent, - } - # Not using right now package { [ 'xul-ext-torbutton', 'vidalia', 'xul-ext-perspectives', 'xul-ext-greasemonkey' ]: ensure => absent, -- cgit v1.2.3