]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/postgresql/metadata.rb
Convert various links to https
[chef.git] / cookbooks / postgresql / metadata.rb
index cb1c13c474054e3dd8bb861d596a71d05bedb5cc..be4903e90a15d0c743a8add8a150a82c33ad2483 100644 (file)
@@ -1,19 +1,9 @@
 name              "postgresql"
 maintainer        "OpenStreetMap Administrators"
 maintainer_email  "admins@openstreetmap.org"
-license           "Apache 2.0"
+license           "Apache-2.0"
 description       "Installs and configures postgresql"
-long_description  IO.read(File.join(File.dirname(__FILE__), 'README.rdoc'))
+long_description  IO.read(File.join(File.dirname(__FILE__), "README.md"))
 version           "1.0.0"
-depends           "chef"
-
-attribute "postgresql",
-  :display_name => "PostgreSQL",
-  :description => "Hash of PostgreSQL configuration details",
-  :type => "hash"
-
-attribute "postgresql/versions",
-  :display_name => "Versions",
-  :description => "List of versions to install",
-  :type => "array",
-  :default => []
+supports          "ubuntu"
+depends           "ohai"