From ebed7147d929df681d43d642bcf03e02a542f616 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 13 Feb 2014 17:26:19 -0200 Subject: Package xul-ext-pentadactyl not available on wheezy --- manifests/utils/network.pp | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'manifests/utils/network.pp') 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 ? { -- cgit v1.2.3