projects
/
chef.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Configure a machine to run the database cleanup script each day
[chef.git]
/
roles
/
web-cleanup.rb
1
name "web-cleanup"
2
description "Role applied to all web/api database cleanup servers"
3
4
run_list(
5
"role[web]",
6
"recipe[web::cleanup]"
7
)