]> git.openstreetmap.org Git - chef.git/commit
Centralise ruby installation in a new cookbook
authorTom Hughes <tom@compton.nu>
Tue, 28 Jun 2022 19:38:43 +0000 (20:38 +0100)
committerTom Hughes <tom@compton.nu>
Tue, 28 Jun 2022 23:35:27 +0000 (00:35 +0100)
commit99e00a34031960fa05d332ce803fd095dc9dfcd9
treeef6385e4f2ea50b2fa7874de077af9d5e6a53351
parente4c2df24d153ca338f7daab9dd903638d7927a0c
Centralise ruby installation in a new cookbook
32 files changed:
cookbooks/blogs/metadata.rb
cookbooks/blogs/recipes/default.rb
cookbooks/blogs/templates/default/blogs-update.erb
cookbooks/db/metadata.rb
cookbooks/db/recipes/base.rb
cookbooks/dev/metadata.rb
cookbooks/dev/recipes/default.rb
cookbooks/foundation/metadata.rb
cookbooks/foundation/recipes/owg.rb
cookbooks/passenger/attributes/default.rb
cookbooks/passenger/metadata.rb
cookbooks/passenger/recipes/default.rb
cookbooks/passenger/templates/default/ruby.erb
cookbooks/ruby/README.md [new file with mode: 0644]
cookbooks/ruby/attributes/default.rb [new file with mode: 0644]
cookbooks/ruby/metadata.rb [new file with mode: 0644]
cookbooks/ruby/recipes/default.rb [new file with mode: 0644]
cookbooks/ruby/resources/bundle_exec.rb [new file with mode: 0644]
cookbooks/ruby/resources/bundle_install.rb [new file with mode: 0644]
cookbooks/serverinfo/metadata.rb
cookbooks/serverinfo/recipes/default.rb
cookbooks/stateofthemap/metadata.rb
cookbooks/stateofthemap/recipes/default.rb
cookbooks/switch2osm/metadata.rb
cookbooks/switch2osm/recipes/default.rb
cookbooks/taginfo/metadata.rb
cookbooks/taginfo/recipes/default.rb
cookbooks/web/metadata.rb
cookbooks/web/recipes/cleanup.rb
cookbooks/web/recipes/rails.rb
cookbooks/web/recipes/statistics.rb
cookbooks/web/resources/rails_port.rb