diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-02-16 11:33:40 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-02-16 11:33:40 -0300 |
commit | 455485bbd7dce0ad120c53c3deadc6bf92f04cce (patch) | |
tree | d93b05b4a7a2e7717e7ea1aee3e99e9c99358e83 /manifests/utils/network.pp | |
parent | 3d6eb87097bf0bac875ae147a2555e24fd017b04 (diff) | |
download | puppet-nodo-455485bbd7dce0ad120c53c3deadc6bf92f04cce.tar.gz puppet-nodo-455485bbd7dce0ad120c53c3deadc6bf92f04cce.tar.bz2 |
Not managing xul-ext-certificatepatrol for wheezy
Diffstat (limited to 'manifests/utils/network.pp')
-rw-r--r-- | manifests/utils/network.pp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/manifests/utils/network.pp b/manifests/utils/network.pp index d7e929e..6c50cdf 100644 --- a/manifests/utils/network.pp +++ b/manifests/utils/network.pp @@ -45,14 +45,13 @@ class nodo::utils::network inherits nodo::utils::network::minimal { # Wheezy (or newer) packages if $::lsbdistcodename != 'squeeze' { - package { [ 'xul-ext-https-everywhere', 'xul-ext-certificatepatrol', - 'xul-ext-refcontrol', 'xul-ext-requestpolicy' ]: + package { [ 'xul-ext-https-everywhere', 'xul-ext-refcontrol', 'xul-ext-requestpolicy' ]: ensure => installed, } # See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=686087 # http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=705999 - package { [ 'xul-ext-cookie-monster', 'xul-ext-quickproxy' ]: + package { [ 'xul-ext-cookie-monster', 'xul-ext-quickproxy', 'xul-ext-certificatepatrol' ]: ensure => absent, } |