]> git.openstreetmap.org Git - chef.git/blobdiff - roles/blogs.rb
Add a role for the blog aggregator
[chef.git] / roles / blogs.rb
diff --git a/roles/blogs.rb b/roles/blogs.rb
new file mode 100644 (file)
index 0000000..ab43698
--- /dev/null
@@ -0,0 +1,6 @@
+name "blogs"
+description "Role applied to all blog aggreators"
+
+run_list(
+  "recipe[blogs]"
+)