]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/taginfo/metadata.rb
Initial work on a taginfo cookbook
[chef.git] / cookbooks / taginfo / metadata.rb
diff --git a/cookbooks/taginfo/metadata.rb b/cookbooks/taginfo/metadata.rb
new file mode 100644 (file)
index 0000000..795a69a
--- /dev/null
@@ -0,0 +1,19 @@
+name              "taginfo"
+maintainer        "OpenStreetMap Administrators"
+maintainer_email  "admins@openstreetmap.org"
+license           "Apache 2.0"
+description       "Installs and configures taginfo"
+long_description  IO.read(File.join(File.dirname(__FILE__), 'README.md'))
+version           "1.0.0"
+depends           "apache"
+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 => []