blob: d54cc1439d46c785576ace085606ebd445f8265c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
class onion::full inherits onion::socks {
include onion::ssh
package { 'polipo':
ensure => absent,
}
# Currently tor management just works for debian
#case $::operatingsystem {
# debian: {
# include tor::polipo
# }
# default: { }
#}
}
|