projects
/
chef.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Switch gpx-update to the openstreetmap repository
[chef.git]
/
roles
/
web.rb
diff --git
a/roles/web.rb
b/roles/web.rb
index 75bab256a60ec5d892ac7b69041ede9514d8ff81..594c18f842334523036f53e869319eca640d7c51 100644
(file)
--- a/
roles/web.rb
+++ b/
roles/web.rb
@@
-5,24
+5,22
@@
default_attributes(
:accounts => {
:users => {
:rails => {
:accounts => {
:users => {
:rails => {
- :status => :role,
- :members => [ :tomh, :grant ]
+ :members => [:tomh, :grant]
}
}
},
}
}
},
- :
nfs
=> {
- "/store/rails" => { :host => "ironbelly", :path => "/store/rails" }
+ :
exim
=> {
+ :trusted_users => ["rails"]
},
:passenger => {
},
:passenger => {
- :pool_idle_time => 0
+ :pool_idle_time =>
360
0
},
:web => {
:status => "online",
},
:web => {
:status => "online",
- :database_host => "db",
- :readonly_database_host => "db-slave"
+ :memcached_servers => %w[spike-06.ams spike-07.ams spike-08.ams]
}
)
run_list(
}
)
run_list(
- "r
ecipe[nfs
]"
+ "r
ole[web-db
]"
)
)