X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/98365f1da1424a74d5e1a562f0885608fadb88e7..a7d96c8358a00088b485fadb5966eb4b231d2ff1:/roles/stateofthemap.rb diff --git a/roles/stateofthemap.rb b/roles/stateofthemap.rb new file mode 100644 index 000000000..5afe706c2 --- /dev/null +++ b/roles/stateofthemap.rb @@ -0,0 +1,6 @@ +name "stateofthemap" +description "Role applied to State of the Map servers" + +run_list( + "recipe[stateofthemap]" +)