diff options
Diffstat (limited to 'manifests')
| -rw-r--r-- | manifests/utils/network.pp | 7 | 
1 files changed, 6 insertions, 1 deletions
diff --git a/manifests/utils/network.pp b/manifests/utils/network.pp index fdac740..1d9d876 100644 --- a/manifests/utils/network.pp +++ b/manifests/utils/network.pp @@ -12,7 +12,7 @@ class nodo::utils::network inherits nodo::utils::network::minimal {                'avahi-discover',     'mdns-scan',             'davfs2',                'surfraw',            'w3m',                   'mailplate',                'geoip-bin',          'ssvnc', -              'rig',                'sup-mail',              'iceweasel-vimperator' ]: +              'rig',                'sup-mail' ]:      ensure => installed,    } @@ -23,6 +23,11 @@ class nodo::utils::network inherits nodo::utils::network::minimal {      require => Package['fetchmail'],    } +  # Using the addon directly +  package { 'iceweasel-vimperator': +    ensure => absent, +  } +    # Old packages    # About firegpg, see http://tails.boum.org/bugs/FireGPG_may_be_unsafe/    # About adblock plus, see http://www.theverge.com/2015/2/2/7963577/google-ads-get-through-adblock  | 
