X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fnamed%2Fmanifests%2Fgeodns.pp;h=766c5e55faff2410c776a261338d17dabee670a5;hb=fe3c81154c72b3fd5d5911fb3893021ffe6032e0;hp=42e1db9bbdc0f58f6c7ab64771d7329e79cc99b2;hpb=cc8c9ed8314395067f4acf6cbeb0b0ed7ee7454d;p=mirror%2Fdsa-puppet.git diff --git a/modules/named/manifests/geodns.pp b/modules/named/manifests/geodns.pp index 42e1db9bb..766c5e55f 100644 --- a/modules/named/manifests/geodns.pp +++ b/modules/named/manifests/geodns.pp @@ -25,8 +25,7 @@ class named::geodns inherits named { group => root, ; "/etc/bind/named.conf.options": - source => [ "puppet:///named/per-host/$fqdn/named.conf.options", - "puppet:///named/common/named.conf.options" ], + content => template("named/named.conf.options.erb"), require => Package["bind9"], notify => Exec["bind9 restart"], owner => root, @@ -62,14 +61,6 @@ class named::geodns inherits named { mode => 444, ; - "/usr/share/GeoIP/GeoIPv6.dat": - source => [ "puppet:///named/per-host/$fqdn/GeoIPv6.dat", - "puppet:///named/common/GeoIPv6.dat" ], - owner => root, - group => root, - mode => 444, - ; - "/etc/ssh/userkeys/geodnssync": source => [ "puppet:///named/per-host/$fqdn/authorized_keys", "puppet:///named/common/authorized_keys" ], @@ -77,12 +68,6 @@ class named::geodns inherits named { group => geodnssync, mode => 440, ; - "/var/log/bind9": - ensure => directory, - owner => bind, - group => bind, - mode => 775, - ; } }