diff options
Diffstat (limited to 'manifests')
| -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 ? { | 
