projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e1bad7c
)
Revert "Move readonly database traffic to katla"
author
Tom Hughes
<tom@compton.nu>
Thu, 12 Dec 2013 15:39:59 +0000
(15:39 +0000)
committer
Tom Hughes
<tom@compton.nu>
Thu, 12 Dec 2013 15:39:59 +0000
(15:39 +0000)
This reverts commit
e1bad7cf91c5b6ac6b435d2489b55ab86b165d9a
.
roles/web.rb
patch
|
blob
|
history
diff --git
a/roles/web.rb
b/roles/web.rb
index 04a52e80b85187717de5227cc93a537a22c7ba49..7a6c8a6c1f0debd0363dc06b2e9e5925bad60f7e 100644
(file)
--- a/
roles/web.rb
+++ b/
roles/web.rb
@@
-18,8
+18,7
@@
default_attributes(
},
:web => {
:status => "online",
- :database_host => "db",
- :readonly_database_host => "katla"
+ :database_host => "db"
}
)