projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
2babca5
)
Move readonly database traffic to katla
author
Tom Hughes
<tom@compton.nu>
Fri, 21 Nov 2014 18:28:59 +0000
(18:28 +0000)
committer
Tom Hughes
<tom@compton.nu>
Fri, 21 Nov 2014 18:28:59 +0000
(18:28 +0000)
roles/web.rb
patch
|
blob
|
history
diff --git
a/roles/web.rb
b/roles/web.rb
index 75bab256a60ec5d892ac7b69041ede9514d8ff81..ac32283a310b1b39d34084a00b8e71754ac1b65a 100644
(file)
--- a/
roles/web.rb
+++ b/
roles/web.rb
@@
-19,7
+19,7
@@
default_attributes(
:web => {
:status => "online",
:database_host => "db",
:web => {
:status => "online",
:database_host => "db",
- :readonly_database_host => "db
-slave
"
+ :readonly_database_host => "db"
}
)
}
)