]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/taginfo/metadata.rb
Qualify property names
[chef.git] / cookbooks / taginfo / metadata.rb
index 795a69aa06ec10146344bb65abc7d40262ca447b..4e450464ed347cea080f0498f5736fa964f39d24 100644 (file)
@@ -1,19 +1,11 @@
 name              "taginfo"
 maintainer        "OpenStreetMap Administrators"
 maintainer_email  "admins@openstreetmap.org"
-license           "Apache 2.0"
+license           "Apache-2.0"
 description       "Installs and configures taginfo"
-long_description  IO.read(File.join(File.dirname(__FILE__), 'README.md'))
+long_description  IO.read(File.join(File.dirname(__FILE__), "README.md"))
 version           "1.0.0"
+supports          "ubuntu"
 depends           "apache"
+depends           "passenger"
 depends           "git"
-
-attribute "taginfo",
-  :display_name => "TAGINFO",
-  :description => "Hash of TAGINFO attributes",
-  :type => "hash"
-
-attribute "taginfo/sites",
-  :display_name => "Sites",
-  :description => "Array of TAGINFO sites to setup",
-  :default => []