]> git.openstreetmap.org Git - chef.git/blobdiff - roles/taginfo.rb
More work on taginfo
[chef.git] / roles / taginfo.rb
index 2a273725f76b095b03edbce6db3a1538deee52aa..026d38656f4b0272e54fc11d53d274fd11684719 100644 (file)
@@ -18,7 +18,12 @@ default_attributes(
   },
   :taginfo => {
     :sites => [
-      { :name => "taginfo.openstreetmap.org" }
+      {
+        :name => "taginfo.openstreetmap.org",
+        :description => "This is the main taginfo site. It contains OSM data for the whole planet and is updated daily.",
+        :icon => "world",
+        :contact => "Jochen Topf <jochen@remote.org>"
+      }
     ]
   }
 )