Skip to content

Commit

Permalink
Use opsworks_ruby fork to fix puma/monit restart race condition
Browse files Browse the repository at this point in the history
  • Loading branch information
willkoehler committed Feb 1, 2021
1 parent e2356fa commit 10f5439
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Berksfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@

source "https://supermarket.chef.io"

cookbook "opsworks_ruby", "=1.20.0" # core Rails deploment cookbook
# Use fork until https://github.com/ajgon/opsworks_ruby/pull/252 is merged
cookbook "opsworks_ruby", git: "https://github.com/kzkn/opsworks_ruby.git", ref: "fix-251"
# cookbook "opsworks_ruby", "=1.20.0" # core Rails deploment cookbook

cookbook "packages" # allows OS packages to be installed
cookbook "deploy_resource", "= 1.0.2" # lock to 1.0.2 for compatibility with chef < 13

Expand Down

0 comments on commit 10f5439

Please sign in to comment.