X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fgeodns%2Fmanifests%2Finit.pp;h=d55d85c00de033813c5a25ee589a7f2f6fff2a66;hb=baf669afc6462190b8eebdecfca0996022242405;hp=79222c9ec6f2e230f0ee85626b34686839c5344c;hpb=f08c3acf68b15929cd5e008538ce7864f859a582;p=mirror%2Fdsa-puppet.git diff --git a/modules/geodns/manifests/init.pp b/modules/geodns/manifests/init.pp index 79222c9ec..d55d85c00 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" ],