aboutsummaryrefslogtreecommitdiffstats
path: root/modules/bind/manifests/zone/master.pp
blob: 460f52c6f6029447153154456c83a2f6a00560a8 (plain)
1
2
3
4
5
6
define bind::zone::master($content = false) {
    bind::zone { $name :
        type    => 'master',
        content => $content,
    }
}