From: Silvio Rhatto Date: Thu, 13 Feb 2014 19:26:19 +0000 (-0200) Subject: Package xul-ext-pentadactyl not available on wheezy X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=ebed7147d929df681d43d642bcf03e02a542f616;p=puppet-nodo.git Package xul-ext-pentadactyl not available on wheezy --- diff --git a/manifests/utils/network.pp b/manifests/utils/network.pp index 4e05a52..d7e929e 100644 --- a/manifests/utils/network.pp +++ b/manifests/utils/network.pp @@ -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 ? {