]> git.openstreetmap.org Git - chef.git/blobdiff - roles/dns.rb
Add roles from the private repository
[chef.git] / roles / dns.rb
diff --git a/roles/dns.rb b/roles/dns.rb
new file mode 100644 (file)
index 0000000..7a5e5a4
--- /dev/null
@@ -0,0 +1,12 @@
+name "dns"
+description "Role applied to DNS management servers"
+
+default_attributes(
+  :dns => {
+    :repository => "/var/lib/git/dns.git"
+  }
+)
+
+run_list(
+  "recipe[dns]"
+)