]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Package xul-ext-pentadactyl not available on wheezy
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 13 Feb 2014 19:26:19 +0000 (17:26 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 13 Feb 2014 19:26:19 +0000 (17:26 -0200)
manifests/utils/network.pp

index 4e05a524e85fa973b1b824fe1246abb5ec924579..d7e929e352c8e73c24dd58ad73cad1e50f6c77a1 100644 (file)
@@ -45,8 +45,8 @@ 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-refcontrol',     'xul-ext-requestpolicy' ]:
+    package { [ 'xul-ext-https-everywhere', 'xul-ext-certificatepatrol',
+                'xul-ext-refcontrol',       'xul-ext-requestpolicy' ]:
       ensure => installed,
     }
 
@@ -61,6 +61,11 @@ class nodo::utils::network inherits nodo::utils::network::minimal {
     }
   }
 
+  # Jessie ownwards
+  #package { [ 'xul-ext-pentadactyl' ]:
+  #  ensure => installed,
+  #}
+
   # Lenny only
   package { [ 'mozilla-firefox-adblock' ]:
     ensure => $::lsbdistcodename ? {