aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/dns/manifests/zone.pp
blob: c11f7d02aeea8fa3e8a9b9f031b5fcdf098708de (plain)
1
2
3
4
5
define dns::zone {
    bind::zone::master { $name:
        content => template("dns/$name.zone")
    }
}