diff options
Diffstat (limited to 'manifests/utils')
-rw-r--r-- | manifests/utils/network.pp | 5 |
1 files changed, 3 insertions, 2 deletions
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, } |