]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/postgresql/metadata.rb
blogs: fix build in test
[chef.git] / cookbooks / postgresql / metadata.rb
index 87074a93becf1598c91e7dd05c004f0c60a827fb..909b123dfae77c680aa41cf809670223bc02af10 100644 (file)
@@ -1,19 +1,11 @@
 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.md'))
+
 version           "1.0.0"
+supports          "ubuntu"
+depends           "apt"
 depends           "ohai"
-
-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 => []
+depends           "prometheus"