From: Stephen Gran Date: Sun, 20 Dec 2009 14:43:08 +0000 (+0000) Subject: remove GeoIPv6.dat, as it is now in the package X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=a821cd4d512c4cadf3fed26ea808e349748504db;hp=82b1041c8420f1bacd24edcc938dac995e3658d3;p=mirror%2Fdsa-puppet.git remove GeoIPv6.dat, as it is now in the package Signed-off-by: Stephen Gran --- diff --git a/modules/named/files/common/GeoIPv6.dat b/modules/named/files/common/GeoIPv6.dat deleted file mode 100644 index b425e60e4..000000000 Binary files a/modules/named/files/common/GeoIPv6.dat and /dev/null differ diff --git a/modules/named/manifests/geodns.pp b/modules/named/manifests/geodns.pp index 42e1db9bb..191f898ef 100644 --- a/modules/named/manifests/geodns.pp +++ b/modules/named/manifests/geodns.pp @@ -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" ],