X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/a5b8b5c817adb2a90f0f8c9625a5ba96661f91ff..95ffc03cc70202418d19dae36293f7d6a8ed0e71:/roles/web-cleanup.rb diff --git a/roles/web-cleanup.rb b/roles/web-cleanup.rb new file mode 100644 index 000000000..26b2fd4b7 --- /dev/null +++ b/roles/web-cleanup.rb @@ -0,0 +1,7 @@ +name "web-cleanup" +description "Role applied to all web/api database cleanup servers" + +run_list( + "role[web]", + "recipe[web::cleanup]" +)