From 1875027ae766b3fc8e5c519f2235375dad0e5d0b Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Tue, 13 Oct 2009 22:25:37 +0100 Subject: [PATCH 1/1] turns out we've moved the geodns apt list to a template and never noticed Signed-off-by: Stephen Gran --- modules/geodns/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/geodns/manifests/init.pp b/modules/geodns/manifests/init.pp index 5e4feaf05..6e33185d3 100644 --- a/modules/geodns/manifests/init.pp +++ b/modules/geodns/manifests/init.pp @@ -6,7 +6,7 @@ class geodns { file { "/etc/apt/sources.list.d/geoip.list": - source => "puppet:///files/etc/apt/sources.list.d/geoip.list", + content => template("debian-org/etc/apt/sources.list.d/geoip.list.erb"), notify => Exec["apt-get update"], ; "/etc/bind/named.conf.local": -- 2.20.1