]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/hosts/manifests/init.pp
Start testing an /etc/hosts class
[dsa-puppet.git] / modules / hosts / manifests / init.pp
diff --git a/modules/hosts/manifests/init.pp b/modules/hosts/manifests/init.pp
new file mode 100644 (file)
index 0000000..468107d
--- /dev/null
@@ -0,0 +1,7 @@
+class hosts {
+
+    file {
+        "/etc/hosts": content => template("etc-hosts.erb");
+    }
+}
+