]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Removing cookie-monster from wheezy
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 3 Jun 2013 00:00:21 +0000 (21:00 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 3 Jun 2013 00:00:21 +0000 (21:00 -0300)
manifests/utils/network.pp

index 30b282b0698d8e3bd7b1105b386da6e17aee6867..e88879e809c90fce2963dfefde493a91709fe571 100644 (file)
@@ -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,
     }