]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/named/manifests/authoritative.pp
Try to create shared keys using puppet
[dsa-puppet.git] / modules / named / manifests / authoritative.pp
index d33e406eea1a7f12c53df8cef6999faeeb93deeb..95b0ac746fe08b749d06270553f0edaa50287382 100644 (file)
@@ -12,4 +12,10 @@ class named::authoritative inherits named {
                owner   => root,
                group   => bind,
        }
+       file { '/etc/bind/named.conf.puppet-shared-keys':
+               mode    => '0640',
+               content => template('named/named.conf.puppet-shared-keys.erb'),
+               owner   => root,
+               group   => bind,
+       }
 }