From: Stephen Gran Date: Sun, 8 Nov 2009 16:36:43 +0000 (+0000) Subject: that would have been intereting had the worked X-Git-Url: https://git.donarmstrong.com/?p=dsa-puppet.git;a=commitdiff_plain;h=64d45970c1390099c13c2e9f43e66b3177d77e65 that would have been intereting had the worked Signed-off-by: Stephen Gran --- diff --git a/modules/resolv/manifests/init.pp b/modules/resolv/manifests/init.pp index 3fd5530a..e8124231 100644 --- a/modules/resolv/manifests/init.pp +++ b/modules/resolv/manifests/init.pp @@ -1,5 +1,5 @@ class resolv { - file { "/etc/resolv.conf/": + file { "/etc/resolv.conf": content => template("resolv/resolv.conf.erb"); } }