that would have been intereting had the worked
[mirror/dsa-puppet.git] / modules / resolv / manifests / init.pp
index 3fd5530..e812423 100644 (file)
@@ -1,5 +1,5 @@
 class resolv {
-       file {  "/etc/resolv.conf/":
+       file {  "/etc/resolv.conf":
                        content => template("resolv/resolv.conf.erb");
        }
 }