From: Stephen Gran Date: Wed, 1 Jul 2009 19:29:24 +0000 (+0100) Subject: Add v6 database X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=667bada7f2880c285980d22094f812b21bb4688a;p=mirror%2Fdsa-puppet.git Add v6 database Signed-off-by: Stephen Gran --- diff --git a/modules/geodns/files/common/GeoIPv6.dat b/modules/geodns/files/common/GeoIPv6.dat new file mode 100644 index 000000000..b425e60e4 Binary files /dev/null and b/modules/geodns/files/common/GeoIPv6.dat differ 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" ],