- roles are currently empty, this just exists so I can branch off it and start building test servers with this role
8 lines
180 B
Puppet
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
|
|
}
|