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