puppet-prod/site/roles/manifests/infra/dns/resolver.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
175 B
Puppet

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