]> git.openstreetmap.org Git - chef.git/blobdiff - roles/lists.rb
Add roles from the private repository
[chef.git] / roles / lists.rb
diff --git a/roles/lists.rb b/roles/lists.rb
new file mode 100644 (file)
index 0000000..47f0deb
--- /dev/null
@@ -0,0 +1,6 @@
+name "lists"
+description "Role applied to all mailing list servers"
+
+run_list(
+  "recipe[mailman]"
+)