Add v6 database
authorStephen Gran <steve@lobefin.net>
Wed, 1 Jul 2009 19:29:24 +0000 (20:29 +0100)
committerStephen Gran <steve@lobefin.net>
Wed, 1 Jul 2009 19:29:24 +0000 (20:29 +0100)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/geodns/files/common/GeoIPv6.dat [new file with mode: 0644]
modules/geodns/manifests/init.pp

diff --git a/modules/geodns/files/common/GeoIPv6.dat b/modules/geodns/files/common/GeoIPv6.dat
new file mode 100644 (file)
index 0000000..b425e60
Binary files /dev/null and b/modules/geodns/files/common/GeoIPv6.dat differ
index 79222c9..d55d85c 100644 (file)
@@ -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" ],