X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/faf8ae12e85eabb050b0f5eceb2cb67ad1de5261..ba65c5618d3113373c0f3306ce993917fc2af23a:/cookbooks/postgresql/metadata.rb diff --git a/cookbooks/postgresql/metadata.rb b/cookbooks/postgresql/metadata.rb index f2ad1943b..aca2267b7 100644 --- a/cookbooks/postgresql/metadata.rb +++ b/cookbooks/postgresql/metadata.rb @@ -1,18 +1,10 @@ +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')) -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 => [] +version "1.0.0" +supports "ubuntu" +depends "munin" +depends "ohai"