aboutsummaryrefslogtreecommitdiff
path: root/manifests/role/dns.pp
blob: 10aabb66a8cc4cb3647b3fdca034f6735218bd52 (plain)
1
2
3
4
5
6
7
8
9
10
class nodo::role::dns inherits nodo::base::vserver {
  include bind

  # Put your custom DNS config in this class
  require ::site_bind

  #munin::plugin { 'named':
  #  ensure => present,
  #}
}