diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-02-13 17:26:19 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-02-13 17:26:19 -0200 |
commit | ebed7147d929df681d43d642bcf03e02a542f616 (patch) | |
tree | d1a5a890829d1a39faf6ef52826a2f2beecafe12 | |
parent | f6b0a0afc3e325d8be519fb5eeb139c374e61208 (diff) | |
download | puppet-nodo-ebed7147d929df681d43d642bcf03e02a542f616.tar.gz puppet-nodo-ebed7147d929df681d43d642bcf03e02a542f616.tar.bz2 |
Package xul-ext-pentadactyl not available on wheezy
-rw-r--r-- | manifests/utils/network.pp | 9 |
1 files changed, 7 insertions, 2 deletions
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 ? { |