]> git.openstreetmap.org Git - chef.git/blobdiff - roles/web-cleanup.rb
Configure a machine to run the database cleanup script each day
[chef.git] / roles / web-cleanup.rb
diff --git a/roles/web-cleanup.rb b/roles/web-cleanup.rb
new file mode 100644 (file)
index 0000000..26b2fd4
--- /dev/null
@@ -0,0 +1,7 @@
+name "web-cleanup"
+description "Role applied to all web/api database cleanup servers"
+
+run_list(
+  "role[web]",
+  "recipe[web::cleanup]"
+)