]> git.openstreetmap.org Git - chef.git/blobdiff - roles/web-statistics.rb
Add roles from the private repository
[chef.git] / roles / web-statistics.rb
diff --git a/roles/web-statistics.rb b/roles/web-statistics.rb
new file mode 100644 (file)
index 0000000..578664b
--- /dev/null
@@ -0,0 +1,7 @@
+name "web-statistics"
+description "Role applied to all web/api statistics generation servers"
+
+run_list(
+  "role[web]",
+  "recipe[web::statistics]"
+)