From: Silvio Rhatto Date: Mon, 3 Jun 2013 00:00:21 +0000 (-0300) Subject: Removing cookie-monster from wheezy X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=ea446b2831732689a125c34169e142851e15cb43;p=puppet-nodo.git Removing cookie-monster from wheezy --- 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, }