aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/utils/network.pp3
1 files changed, 1 insertions, 2 deletions
diff --git a/manifests/utils/network.pp b/manifests/utils/network.pp
index 016b2f7..7aca920 100644
--- a/manifests/utils/network.pp
+++ b/manifests/utils/network.pp
@@ -11,7 +11,7 @@ class nodo::utils::network inherits nodo::utils::network::minimal {
'sslscan', 'muttprofile', 'connect-proxy',
'avahi-discover', 'mdns-scan', 'davfs2',
'surfraw', 'w3m', 'mailplate',
- 'geoip-bin', 'ssvnc',
+ 'geoip-bin', 'ssvnc', 'torbrowser-launcher',
'rig', 'sup-mail', 'iceweasel-vimperator' ]:
ensure => installed,
}
@@ -53,7 +53,6 @@ class nodo::utils::network inherits nodo::utils::network::minimal {
},
}
-
# Wheezy (or newer) packages
if $::lsbdistcodename != 'squeeze' {
package { [ 'xul-ext-https-everywhere', 'xul-ext-refcontrol', 'xul-ext-requestpolicy' ]: