projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b1ec2d
)
turns out we've moved the geodns apt list to a template and never noticed
author
Stephen Gran
<steve@lobefin.net>
Tue, 13 Oct 2009 21:25:37 +0000
(22:25 +0100)
committer
Stephen 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
patch
|
blob
|
history
diff --git
a/modules/geodns/manifests/init.pp
b/modules/geodns/manifests/init.pp
index
5e4feaf
..
6e33185
100644
(file)
--- 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":