Puppet Class: role::dnsbox

Defined in:
modules/role/manifests/dnsbox.pp

Overview

Combo role for configuring production dnsN00x machines with recursive DNS, authoritative DNS, and NTP.



3
4
5
6
7
8
# File 'modules/role/manifests/dnsbox.pp', line 3

class role::dnsbox {
    include profile::base::production
    include profile::ntp
    include profile::dns::auth
    include profile::dns::recursor
}