This repository has been archived by the owner on Dec 31, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 93
Cookbook not compatible with default opsworks chef 12 #242
Comments
I ran into the same problem a week ago, suddenly starting new instances does not work anymore. Until now I did not find a way to mitigate this problem or workaround it. UPDATE: Downgrading to v1.15.0 did fix the problem for now - but not really the optimal solution |
I created a new branch which should do the trick: fix/include-deploy-resource. Can you please take a look if it works for you? I tested it both with Chef 12 and 14 and looks like it's working. |
@ajgon Thanks a lot for the fix. Maybe I will give it a try later again. |
dotnofoolin
pushed a commit
to dotnofoolin/opsworks_ruby
that referenced
this issue
Nov 23, 2021
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Expected Behavior
Cookbook is compatible with chef 12 (used by OpsWorks)
Actual Behavior
deploy_resource
cookbook requires chef >= 13.0Using
chef-version
will not help since it already fails on checkingmetadata.rb
Custom JSON
Chef log including error
ERROR: Cookbook 'deploy_resource' version '1.0.3' depends on chef version [">= 13.0"], but the running chef version is 12.18.31
The text was updated successfully, but these errors were encountered: