projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
7571b30
)
Move readonly load to katla
author
Grant Slater
<grant.slater@wearefriday.com>
Wed, 18 May 2016 17:53:45 +0000
(18:53 +0100)
committer
Grant Slater
<grant.slater@wearefriday.com>
Wed, 18 May 2016 17:53:45 +0000
(18:53 +0100)
roles/web-db.rb
patch
|
blob
|
history
diff --git
a/roles/web-db.rb
b/roles/web-db.rb
index e394ec2d0ae1a5803e379f576ef2210a6b64f7bc..001e7135f63628808994efb88fcec33cfb21af15 100644
(file)
--- a/
roles/web-db.rb
+++ b/
roles/web-db.rb
@@
-4,6
+4,6
@@
description "Role applied to all servers needing to find the main database"
default_attributes(
:web => {
:database_host => "katla.bm.openstreetmap.org",
default_attributes(
:web => {
:database_host => "katla.bm.openstreetmap.org",
- :readonly_database_host => "
ramoth
.ic.openstreetmap.org"
+ :readonly_database_host => "
katla
.ic.openstreetmap.org"
}
)
}
)