turns out we've moved the geodns apt list to a template and never noticed
authorStephen Gran <steve@lobefin.net>
Tue, 13 Oct 2009 21:25:37 +0000 (22:25 +0100)
committerStephen Gran <steve@lobefin.net>
Tue, 13 Oct 2009 21:25:37 +0000 (22:25 +0100)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/geodns/manifests/init.pp

index 5e4feaf..6e33185 100644 (file)
@@ -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":