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

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

}