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