projects
/
chef.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Move readonly load to katla
[chef.git]
/
roles
/
web-db.rb
1
name "web-db"
2
description "Role applied to all servers needing to find the main database"
3
4
default_attributes(
5
:web => {
6
:database_host => "katla.bm.openstreetmap.org",
7
:readonly_database_host => "katla.bm.openstreetmap.org"
8
}
9
)