From 455485bbd7dce0ad120c53c3deadc6bf92f04cce Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 16 Feb 2014 11:33:40 -0300 Subject: Not managing xul-ext-certificatepatrol for wheezy --- manifests/utils/network.pp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'manifests/utils') 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, } -- cgit v1.2.3