From: Stephen Gran Date: Tue, 13 Oct 2009 21:25:37 +0000 (+0100) Subject: turns out we've moved the geodns apt list to a template and never noticed X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=1875027ae766b3fc8e5c519f2235375dad0e5d0b;hp=0b1ec2d7f59d27596ebc1f2ecf30a900dbdad7da;p=mirror%2Fdsa-puppet.git turns out we've moved the geodns apt list to a template and never noticed Signed-off-by: Stephen Gran --- 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":