Add a named.conf.puppet-misc
[mirror/dsa-puppet.git] / modules / named / manifests / init.pp
index 7de9a47..80d6e8b 100644 (file)
@@ -50,4 +50,13 @@ class named {
                group   => bind,
                notify  => Service['bind9'],
        }
+
+       concat { '/etc/bind/named.conf.puppet-misc': }
+       concat::fragment { 'dsa-named-conf-puppet-misc---header':
+               target => '/etc/bind/named.conf.puppet-misc',
+               order  => '000',
+               content  => @(EOF)
+                       // THIS FILE IS UNDER PUPPET CONTROL. DON'T EDIT IT HERE.
+                       | EOF
+       }
 }