X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fgeodns%2Fmanifests%2Finit.pp;h=5e4feaf05a42e04be6dca65ff09fd6d4c175f52b;hb=2f0cdbb3c69400e04c769e9efaa34fa8940267a2;hp=79222c9ec6f2e230f0ee85626b34686839c5344c;hpb=df2e7cda3888fc73e0b53c2245b4a033d82caa45;p=mirror%2Fdsa-puppet.git diff --git a/modules/geodns/manifests/init.pp b/modules/geodns/manifests/init.pp index 79222c9ec..5e4feaf05 100644 --- a/modules/geodns/manifests/init.pp +++ b/modules/geodns/manifests/init.pp @@ -63,6 +63,14 @@ class geodns { mode => 444, ; + "/usr/share/GeoIP/GeoIPv6.dat": + source => [ "puppet:///geodns/per-host/$fqdn/GeoIPv6.dat", + "puppet:///geodns/common/GeoIPv6.dat" ], + owner => root, + group => root, + mode => 444, + ; + "/etc/ssh/userkeys/geodnssync": source => [ "puppet:///geodns/per-host/$fqdn/authorized_keys", "puppet:///geodns/common/authorized_keys" ], @@ -70,6 +78,12 @@ class geodns { group => geodnssync, mode => 440, ; + "/var/log/bind9": + ensure => directory, + owner => bind, + group => bind, + mode => 775, + ; } exec {