From ea446b2831732689a125c34169e142851e15cb43 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 2 Jun 2013 21:00:21 -0300 Subject: Removing cookie-monster from wheezy --- manifests/utils/network.pp | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/manifests/utils/network.pp b/manifests/utils/network.pp index 30b282b..e88879e 100644 --- a/manifests/utils/network.pp +++ b/manifests/utils/network.pp @@ -44,8 +44,12 @@ 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-cookie-monster', 'xul-ext-refcontrol', 'xul-ext-quickproxy', - 'xul-ext-requestpolicy' ]: + 'xul-ext-refcontrol', 'xul-ext-quickproxy', 'xul-ext-requestpolicy' ]: + ensure => installed, + } + + # See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=686087 + package { 'xul-ext-cookie-monster': ensure => installed, } -- cgit v1.2.3