]> git.openstreetmap.org Git - chef.git/commitdiff
Add new 'projects' source to taginfo.
authorJochen Topf <jochen@topf.org>
Thu, 18 Sep 2014 12:42:00 +0000 (14:42 +0200)
committerTom Hughes <tom@compton.nu>
Thu, 18 Sep 2014 12:44:17 +0000 (13:44 +0100)
cookbooks/taginfo/recipes/default.rb

index c991fa209d27fcf77807dc5c04d05dc90872052b..93d1611235dcbe6517110daf6b8eca0846c14aa9 100644 (file)
@@ -115,7 +115,7 @@ node[:taginfo][:sites].each do |site|
   settings["opensearch"]["shortname"] = "Taginfo"
   settings["opensearch"]["contact"] = "webmaster@openstreetmap.org"
   settings["sources"]["download"] = "josm"
   settings["opensearch"]["shortname"] = "Taginfo"
   settings["opensearch"]["contact"] = "webmaster@openstreetmap.org"
   settings["sources"]["download"] = "josm"
-  settings["sources"]["create"] = "db languages potlatch wiki"
+  settings["sources"]["create"] = "db languages potlatch projects wiki"
   settings["sources"]["db"]["planetfile"] = "#{directory}/planet/planet.pbf"
   settings["sources"]["db"]["tagstats"] = "#{directory}/taginfo/tagstats/tagstats"
   settings["tagstats"]["cxxflags"] = "-I../../osmium/include"
   settings["sources"]["db"]["planetfile"] = "#{directory}/planet/planet.pbf"
   settings["sources"]["db"]["tagstats"] = "#{directory}/taginfo/tagstats/tagstats"
   settings["tagstats"]["cxxflags"] = "-I../../osmium/include"