]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
remove GeoIPv6.dat, as it is now in the package
authorStephen Gran <steve@lobefin.net>
Sun, 20 Dec 2009 14:43:08 +0000 (14:43 +0000)
committerStephen Gran <steve@lobefin.net>
Sun, 20 Dec 2009 14:43:08 +0000 (14:43 +0000)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/named/files/common/GeoIPv6.dat [deleted file]
modules/named/manifests/geodns.pp

diff --git a/modules/named/files/common/GeoIPv6.dat b/modules/named/files/common/GeoIPv6.dat
deleted file mode 100644 (file)
index b425e60..0000000
Binary files a/modules/named/files/common/GeoIPv6.dat and /dev/null differ
index 42e1db9bbdc0f58f6c7ab64771d7329e79cc99b2..191f898efece346ff69e3f58ec937ed73d8aca0e 100644 (file)
@@ -62,14 +62,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" ],