not really know what I am doing
[mirror/dsa-puppet.git] / modules / resolv / manifests / init.pp
index 3fd5530..1934cfa 100644 (file)
@@ -1,5 +1,8 @@
 class resolv {
-       file {  "/etc/resolv.conf/":
+       file {  "/etc/resolv.conf":
                        content => template("resolv/resolv.conf.erb");
        }
 }
+# vim:set et:
+# vim:set sts=4 ts=4:
+# vim:set shiftwidth=4: