projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e16a6cb
)
Fix secret key deletion when a rails API is removed
author
Tom Hughes
<tom@compton.nu>
Sun, 18 Jan 2015 19:07:11 +0000
(19:07 +0000)
committer
Tom Hughes
<tom@compton.nu>
Sun, 18 Jan 2015 19:07:11 +0000
(19:07 +0000)
cookbooks/dev/recipes/default.rb
patch
|
blob
|
history
diff --git
a/cookbooks/dev/recipes/default.rb
b/cookbooks/dev/recipes/default.rb
index 13a6f96326834c9f6438a2a87f9cd1e62598e8ad..3dd8473af02632483303f044b818470ba13a0b74 100644
(file)
--- a/
cookbooks/dev/recipes/default.rb
+++ b/
cookbooks/dev/recipes/default.rb
@@
-206,7
+206,7
@@
if node[:postgresql][:clusters][:"9.1/main"]
cluster "9.3/main"
end
- node[:dev][:rails][name].delete(:secret_key_base)
+ node
.set
[:dev][:rails][name].delete(:secret_key_base)
end
end