projects
/
chef.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Configure a machine to run the database cleanup script each day
[chef.git]
/
roles
/
spike-01.rb
diff --git
a/roles/spike-01.rb
b/roles/spike-01.rb
index 84622aea0bc19792d7800de4f4960be132c0fdad..97fec5fd2297ac5359b2d1910284a19aefe67af1 100644
(file)
--- a/
roles/spike-01.rb
+++ b/
roles/spike-01.rb
@@
-30,5
+30,6
@@
run_list(
"role[ic]",
"role[web-frontend]",
"role[web-gpximport]",
- "role[web-statistics]"
+ "role[web-statistics]",
+ "role[web-cleanup]"
)