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