Skip to content
This repository has been archived by the owner on Dec 31, 2022. It is now read-only.

Dependency on nginx 2.7 is breaking berks #65

Closed
sethfloydjr opened this issue Feb 17, 2017 · 2 comments
Closed

Dependency on nginx 2.7 is breaking berks #65

sethfloydjr opened this issue Feb 17, 2017 · 2 comments

Comments

@sethfloydjr
Copy link

I started running into an issue today where berks install was timing out while trying to install opsworks_ruby. After a little digging I narrowed down the issue to this issue with nginx cookbook. The solution so far (and this worked for me after I forked) is to change dependency from nginx to chef_nginx.

Im running...
Chef Development Kit Version: #1.2.22
chef-client version: 12.18.31
delivery version: master (0b746cafed65a9ea1a79de3cc546e7922de9187c)
berks version: 2017-02-17T15:06:01.341142 38350] 2017-02-17T15:06:01.341286 38350] 2017-02-17T15:06:01.341389 38350] 2017-02-17T15:06:01.341481 38350] 2017-02-17T15:06:01.372787 38350] 2017-02-17T15:06:01.372946 38350] 5.6.0
kitchen version: 1.15.0

@ecielam
Copy link

ecielam commented Feb 22, 2017

I'm running into the same issue when attempting to use the aws cookbook. Solution is the same for me ... fork + change to chef_nginx.

@ajgon ajgon closed this as completed in 652e03c Mar 1, 2017
@ajgon
Copy link
Owner

ajgon commented Mar 1, 2017

Thank you! I updated the dependencies.

ajgon added a commit that referenced this issue Mar 1, 2017
Resolves #65

BREAKING CHANGE: `nginx` cookbook is not a `opsworks_ruby` dependency
anymore. Now it's `chef_nginx` which is more actively developed.
Please update your recipe repositories.
dotnofoolin pushed a commit to dotnofoolin/opsworks_ruby that referenced this issue Nov 23, 2021
Resolves ajgon#65

BREAKING CHANGE: `nginx` cookbook is not a `opsworks_ruby` dependency
anymore. Now it's `chef_nginx` which is more actively developed.
Please update your recipe repositories.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants