From 63c18a7475803b515bf8407666fe1451d10e7156 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 9 Jul 2013 23:18:41 -0300 Subject: Removing xul-ext-quickproxy --- manifests/utils/network.pp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'manifests') diff --git a/manifests/utils/network.pp b/manifests/utils/network.pp index f8cb5b5..a0a2536 100644 --- a/manifests/utils/network.pp +++ b/manifests/utils/network.pp @@ -45,12 +45,13 @@ class nodo::utils::network inherits nodo::utils::network::minimal { # Wheezy (or newer) packages if $::lsbdistcodename != 'squeeze' { package { [ 'xul-ext-pentadactyl', 'xul-ext-https-everywhere', 'xul-ext-certificatepatrol', - 'xul-ext-refcontrol', 'xul-ext-quickproxy', 'xul-ext-requestpolicy' ]: + 'xul-ext-refcontrol', 'xul-ext-requestpolicy' ]: ensure => installed, } # See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=686087 - package { 'xul-ext-cookie-monster': + # http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=705999 + package { [ 'xul-ext-cookie-monster', 'xul-ext-quickproxy' ]: ensure => absent, } -- cgit v1.2.3