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