summaryrefslogtreecommitdiff
path: root/puppet/modules/site_config/manifests/init.pp
blob: 8aa1b54dc645295a379e3ae310e07e9d10414a0b (plain)
1
2
3
4
5
6
7
8
9
10
11
class site_config {
  # default class, use by all hosts

  include apt, lsb, git

  # configure ssh and inculde ssh-keys
  include site_config::sshd

  # configure /etc/resolv.conf
  include site_config::resolvconf
}