X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/6ed30a3d11d87fbec3d4ecef4c14b0f8ed707216..601184bb64fce3feb74b9f4fd933649d05b92a22:/roles/taginfo.rb diff --git a/roles/taginfo.rb b/roles/taginfo.rb index 2a273725f..026d38656 100644 --- a/roles/taginfo.rb +++ b/roles/taginfo.rb @@ -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 " + } ] } )