diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2013-07-09 23:18:41 -0300 | 
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2013-07-09 23:18:41 -0300 | 
| commit | 63c18a7475803b515bf8407666fe1451d10e7156 (patch) | |
| tree | 3eea9e287bd18e0914eb7932ec57def73822dc36 /manifests/utils | |
| parent | 95d5878b8115278455b25f4571bf0218a9ff1f18 (diff) | |
| download | puppet-nodo-63c18a7475803b515bf8407666fe1451d10e7156.tar.gz puppet-nodo-63c18a7475803b515bf8407666fe1451d10e7156.tar.bz2  | |
Removing xul-ext-quickproxy
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,      }  | 
