aboutsummaryrefslogtreecommitdiff
path: root/manifests/utils/network.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/utils/network.pp')
-rw-r--r--manifests/utils/network.pp18
1 files changed, 7 insertions, 11 deletions
diff --git a/manifests/utils/network.pp b/manifests/utils/network.pp
index 7aca920..fdac740 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', 'torbrowser-launcher',
+ 'geoip-bin', 'ssvnc',
'rig', 'sup-mail', 'iceweasel-vimperator' ]:
ensure => installed,
}
@@ -38,11 +38,11 @@ class nodo::utils::network inherits nodo::utils::network::minimal {
'xul-ext-firebug', 'msva-perl', 'chromium-l10n' ]:
ensure => installed,
}
+ }
- # Not using right now
- package { [ 'xul-ext-torbutton', 'vidalia', 'xul-ext-perspectives', 'xul-ext-greasemonkey' ]:
- ensure => absent,
- }
+ # Not using right now
+ package { [ 'xul-ext-torbutton', 'vidalia', 'xul-ext-perspectives', 'xul-ext-greasemonkey', 'torchat' ]:
+ ensure => absent,
}
package { 'chromium':
@@ -55,19 +55,15 @@ 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' ]:
+ package { [ 'xul-ext-https-everywhere', 'xul-ext-refcontrol' ]:
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', 'xul-ext-certificatepatrol' ]:
+ package { [ 'xul-ext-cookie-monster', 'xul-ext-quickproxy' ]:
ensure => absent,
}
-
- package { [ 'torchat' ]:
- ensure => installed,
- }
}
# Jessie ownwards