X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/c1f1e240baece8f3a3ee1d7139736e4a6a0f027e..e5f294d3dc676675b2803915571c28337468c3b3:/cookbooks/postgresql/metadata.rb diff --git a/cookbooks/postgresql/metadata.rb b/cookbooks/postgresql/metadata.rb index 87074a93b..be4903e90 100644 --- a/cookbooks/postgresql/metadata.rb +++ b/cookbooks/postgresql/metadata.rb @@ -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.md')) +long_description IO.read(File.join(File.dirname(__FILE__), "README.md")) version "1.0.0" +supports "ubuntu" 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 => []