]> git.openstreetmap.org Git - chef.git/blob - cookbooks/dev/metadata.rb
add apache site config for nominatim
[chef.git] / cookbooks / dev / metadata.rb
1 maintainer        "OpenStreetMap Administrators"
2 maintainer_email  "admins@openstreetmap.org"
3 license           "Apache 2.0"
4 description       "Installs and configures dev services"
5 long_description  IO.read(File.join(File.dirname(__FILE__), 'README.rdoc'))
6 version           "1.0.0"
7 depends           "apache"
8 depends           "git"
9 depends           "mysql"
10 depends           "postgresql"
11 depends           "tools"
12 depends           "web"
13
14 attribute "rails",
15   :display_name => "Rails Configuration",
16   :description => "Hash of rails port configuration information",
17   :type => "hash"
18
19 attribute "rails/sites",
20   :display_name => "Rails Installations",
21   :description => "Hash of rails port installations to configure",
22   :type => "hash"
23
24 attribute "rails/sites/repository",
25   :display_name => "Repository",
26   :description => "Git repository to use",
27   :default => "git://git.openstreetmap.org/rails.git"
28
29 attribute "rails/sites/revision",
30   :display_name => "Revision",
31   :description => "Revision to use",
32   :default => "live"
33
34 attribute "rails/sites/database",
35   :display_name => "Database",
36   :description => "Database to use",
37   :default => nil