diff --git a/dns/manifests/init.pp b/dns/manifests/init.pp index fbe08b7..a1201ee 100644 --- a/dns/manifests/init.pp +++ b/dns/manifests/init.pp @@ -306,9 +306,9 @@ define dns::zone($role = "master", $master = "", $slaves = [], $forwarders = [], if $name =~ /^([^\/]+\/)?([0-9]+)\/([0-9\.]+\.in-addr\.arpa)$/ { # Special handling for RFC2317 style in-addr.arpa zones case $1 { - ".": { $view = "" } - "default": { $view = "" } - default: { $view = $1 } + ".": { $view = "" } + "default/": { $view = "" } + default: { $view = $1 } } $zone = "$2/$3" $zonefile = "$2-$3"