X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/90a349e0bc558441e65156eabb585c578d93fbfd..18424e9038b5f06d815167da8f0c10bed5d5d211:/cookbooks/dev/metadata.rb diff --git a/cookbooks/dev/metadata.rb b/cookbooks/dev/metadata.rb index 93702571b..56eff35ae 100644 --- a/cookbooks/dev/metadata.rb +++ b/cookbooks/dev/metadata.rb @@ -1,10 +1,11 @@ name "dev" maintainer "OpenStreetMap Administrators" maintainer_email "admins@openstreetmap.org" -license "Apache 2.0" +license "Apache-2.0" description "Installs and configures dev services" long_description IO.read(File.join(File.dirname(__FILE__), "README.md")) version "1.0.0" +supports "ubuntu" depends "apache" depends "passenger" depends "git" @@ -14,28 +15,3 @@ depends "postgresql" depends "python" depends "tools" depends "web" - -attribute "rails", - :display_name => "Rails Configuration", - :description => "Hash of rails port configuration information", - :type => "hash" - -attribute "rails/sites", - :display_name => "Rails Installations", - :description => "Hash of rails port installations to configure", - :type => "hash" - -attribute "rails/sites/repository", - :display_name => "Repository", - :description => "Git repository to use", - :default => "git://git.openstreetmap.org/rails.git" - -attribute "rails/sites/revision", - :display_name => "Revision", - :description => "Revision to use", - :default => "live" - -attribute "rails/sites/database", - :display_name => "Database", - :description => "Database to use", - :default => nil