projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
312518a
)
Add the db-backup role to katla
author
Tom Hughes
<tom@compton.nu>
Tue, 3 Dec 2013 09:46:53 +0000
(09:46 +0000)
committer
Tom Hughes
<tom@compton.nu>
Tue, 3 Dec 2013 09:46:53 +0000
(09:46 +0000)
roles/katla.rb
patch
|
blob
|
history
diff --git
a/roles/katla.rb
b/roles/katla.rb
index 54b62f7067a072d820010ba4712a82293793bc83..d29a8038267ea94d14f5cfe21b718efc43265320 100644
(file)
--- a/
roles/katla.rb
+++ b/
roles/katla.rb
@@
-81,5
+81,6
@@
default_attributes(
run_list(
"role[ic]",
- "role[db-slave]"
+ "role[db-slave]",
+ "role[db-backup]"
)