aboutsummaryrefslogtreecommitdiff
path: root/manifests/subsystems/utils/network.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/subsystems/utils/network.pp')
-rw-r--r--manifests/subsystems/utils/network.pp3
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/subsystems/utils/network.pp b/manifests/subsystems/utils/network.pp
index d373bd3..8ba5dbc 100644
--- a/manifests/subsystems/utils/network.pp
+++ b/manifests/subsystems/utils/network.pp
@@ -69,7 +69,8 @@ class utils::network inherits 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-cookie-monster', 'xul-ext-refcontrol', 'xul-ext-quickproxy',
+ 'xul-ext-requestpolicy' ]:
ensure => installed,
}
}