]> git.openstreetmap.org Git - chef.git/commit
Move passenger configuration to a separate cookbook
authorTom Hughes <tom@compton.nu>
Mon, 10 Feb 2014 18:42:18 +0000 (18:42 +0000)
committerTom Hughes <tom@compton.nu>
Mon, 10 Feb 2014 18:44:12 +0000 (18:44 +0000)
commitda1115e80fdbca939aa7b2f8b2027705f1c32b24
tree11a8cc84e389fdb1b1e24ccab42afed9e9e34170
parentc913da851887ef582b018000d618b36901b1c253
Move passenger configuration to a separate cookbook
20 files changed:
cookbooks/dev/metadata.rb
cookbooks/dev/recipes/default.rb
cookbooks/dev/templates/default/passenger.conf.erb [deleted file]
cookbooks/passenger/README.md [new file with mode: 0644]
cookbooks/passenger/attributes/default.rb [new file with mode: 0644]
cookbooks/passenger/metadata.rb [new file with mode: 0644]
cookbooks/passenger/recipes/default.rb [new file with mode: 0644]
cookbooks/passenger/templates/default/passenger.conf.erb [new file with mode: 0644]
cookbooks/passenger/templates/default/ruby.erb [moved from cookbooks/web/templates/default/ruby.erb with 65% similarity]
cookbooks/taginfo/metadata.rb
cookbooks/taginfo/recipes/default.rb
cookbooks/web/attributes/default.rb
cookbooks/web/metadata.rb
cookbooks/web/recipes/rails.rb
cookbooks/web/templates/default/passenger.conf.erb [deleted file]
roles/dev.rb
roles/taginfo.rb
roles/web-backend.rb
roles/web-frontend.rb
roles/web.rb