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

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

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