puppet-prod/site/roles/manifests/infra/dns/authoritive.pp
Ben Vincent 7da58059d2 feat: add resolver/authoritive dns roles
- roles are currently empty, this just exists so I can branch off it
  and start building test servers with this role
2023-11-11 21:47:21 +11:00

8 lines
180 B
Puppet

# roles::infra::dns::authoritive
# defines a dns server with master-only zones
#
class roles::infra::dns::authoritive {
include profiles::defaults
include profiles::base
}