diff options
Diffstat (limited to 'manifests/utils/network.pp')
| -rw-r--r-- | manifests/utils/network.pp | 8 | 
1 files changed, 6 insertions, 2 deletions
| diff --git a/manifests/utils/network.pp b/manifests/utils/network.pp index 30b282b..e88879e 100644 --- a/manifests/utils/network.pp +++ b/manifests/utils/network.pp @@ -44,8 +44,12 @@ 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-cookie-monster', 'xul-ext-refcontrol',       'xul-ext-quickproxy', -                'xul-ext-requestpolicy' ]: +                'xul-ext-refcontrol',     'xul-ext-quickproxy',       'xul-ext-requestpolicy' ]: +      ensure => installed, +    } + +    # See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=686087 +    package { 'xul-ext-cookie-monster':        ensure => installed,      } | 
