aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'manifests')
-rw-r--r--manifests/utils/network.pp5
1 files changed, 2 insertions, 3 deletions
diff --git a/manifests/utils/network.pp b/manifests/utils/network.pp
index d7e929e..6c50cdf 100644
--- a/manifests/utils/network.pp
+++ b/manifests/utils/network.pp
@@ -45,14 +45,13 @@ class nodo::utils::network inherits nodo::utils::network::minimal {
# Wheezy (or newer) packages
if $::lsbdistcodename != 'squeeze' {
- package { [ 'xul-ext-https-everywhere', 'xul-ext-certificatepatrol',
- 'xul-ext-refcontrol', 'xul-ext-requestpolicy' ]:
+ package { [ 'xul-ext-https-everywhere', 'xul-ext-refcontrol', 'xul-ext-requestpolicy' ]:
ensure => installed,
}
# See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=686087
# http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=705999
- package { [ 'xul-ext-cookie-monster', 'xul-ext-quickproxy' ]:
+ package { [ 'xul-ext-cookie-monster', 'xul-ext-quickproxy', 'xul-ext-certificatepatrol' ]:
ensure => absent,
}