projects
/
chef.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
c70aaad73995d3660f82bc56f3b6f688a2be1d3e
[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 => "karm.ic.openstreetmap.org"
7
}
8
)