projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8dca003
)
Fix name in taginfo config.
author
Jochen Topf
<jochen@topf.org>
Thu, 5 Mar 2015 15:24:33 +0000
(16:24 +0100)
committer
Jochen Topf
<jochen@topf.org>
Thu, 5 Mar 2015 15:24:33 +0000
(16:24 +0100)
cookbooks/taginfo/recipes/default.rb
patch
|
blob
|
history
diff --git
a/cookbooks/taginfo/recipes/default.rb
b/cookbooks/taginfo/recipes/default.rb
index 839089500865edf6305cf7140b9e8fa67c0607d4..4ef8bdc29421e8095c490ed7831e97e46a74c75b 100644
(file)
--- a/
cookbooks/taginfo/recipes/default.rb
+++ b/
cookbooks/taginfo/recipes/default.rb
@@
-124,7
+124,7
@@
node[:taginfo][:sites].each do |site|
settings["sources"]["db"]["tagstats"] = "#{directory}/taginfo/tagstats/tagstats"
settings["tagstats"]["cxxflags"] = "-I../../osmium/include"
settings["tagstats"]["geodistribution"] = "MmapAnon"
- settings["user_interface"]["key_page"]["show_
similar_tab
"] = true
+ settings["user_interface"]["key_page"]["show_
tab_similar
"] = true
JSON.pretty_generate(settings)
end