]> git.openstreetmap.org Git - chef.git/blobdiff - roles/taginfo.rb
Add basic forum/fluxbb cookbook
[chef.git] / roles / taginfo.rb
index 2a273725f76b095b03edbce6db3a1538deee52aa..5d0fa4f45de60a894c5bb6821caca6b05e66e7a4 100644 (file)
@@ -13,12 +13,14 @@ default_attributes(
       }
     }
   },
-  :apt => {
-    :sources => [ "brightbox-ruby-ng" ]
-  },
   :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>"
+      }
     ]
   }
 )