]> git.openstreetmap.org Git - chef.git/blob - cookbooks/postgresql/metadata.rb
Drop support for old style per-cluster postgres init scripts
[chef.git] / cookbooks / postgresql / metadata.rb
1 maintainer        "OpenStreetMap Administrators"
2 maintainer_email  "admins@openstreetmap.org"
3 license           "Apache 2.0"
4 description       "Installs and configures postgresql"
5 long_description  IO.read(File.join(File.dirname(__FILE__), 'README.rdoc'))
6 version           "1.0.0"
7 depends           "chef"
8
9 attribute "postgresql",
10   :display_name => "PostgreSQL",
11   :description => "Hash of PostgreSQL configuration details",
12   :type => "hash"
13
14 attribute "postgresql/versions",
15   :display_name => "Versions",
16   :description => "List of versions to install",
17   :type => "array",
18   :default => []