block nasty 404 spam that is sent to webmaster@debian.org
[mirror/dsa-puppet.git] / modules / named / manifests / authoritative.pp
index a1024d8..d33e406 100644 (file)
@@ -1,6 +1,6 @@
 class named::authoritative inherits named {
        file { '/etc/bind/named.conf.debian-zones':
-               source  => 'puppet:///modules/named/common/named.conf.debian-zones',
+               content => template('named/named.conf.debian-zones.erb'),
                notify  => Service['bind9'],
        }
        file { '/etc/bind/named.conf.options':