summaryrefslogtreecommitdiff
path: root/manifests/full.pp
blob: 14be354429a911b6744a773cbaaa6578ea5419d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
class onion::full inherits onion::freenode {
  include onion::ssh

  package { 'polipo':
    ensure => absent,
  }

  # Currently tor management just works for debian
  #case $::operatingsystem {
  #  debian: {
  #    include tor::polipo
  #  }
  #  default: { }
  #}

}