X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/98365f1da1424a74d5e1a562f0885608fadb88e7..a7d96c8358a00088b485fadb5966eb4b231d2ff1:/roles/web-statistics.rb diff --git a/roles/web-statistics.rb b/roles/web-statistics.rb new file mode 100644 index 000000000..578664b02 --- /dev/null +++ b/roles/web-statistics.rb @@ -0,0 +1,7 @@ +name "web-statistics" +description "Role applied to all web/api statistics generation servers" + +run_list( + "role[web]", + "recipe[web::statistics]" +)