projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
bb3a98f
)
Go readonly on smaug
author
Grant Slater
<git@firefishy.com>
Fri, 22 Nov 2013 02:28:35 +0000
(
02:28
+0000)
committer
Grant Slater
<git@firefishy.com>
Fri, 22 Nov 2013 02:28:51 +0000
(
02:28
+0000)
roles/web.rb
patch
|
blob
|
history
diff --git
a/roles/web.rb
b/roles/web.rb
index 7a6c8a6c1f0debd0363dc06b2e9e5925bad60f7e..a27a94a6ae31c1731e76412656c18bdb85851095 100644
(file)
--- a/
roles/web.rb
+++ b/
roles/web.rb
@@
-17,8
+17,8
@@
default_attributes(
"/store/rails" => { :host => "ironbelly", :path => "/store/rails" }
},
:web => {
"/store/rails" => { :host => "ironbelly", :path => "/store/rails" }
},
:web => {
- :status => "
online
",
- :database_host => "
db
"
+ :status => "
database_readonly
",
+ :database_host => "
smaug
"
}
)
}
)