Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump nginx dependency #67

Merged
merged 2 commits into from
Feb 12, 2014
Merged

bump nginx dependency #67

merged 2 commits into from
Feb 12, 2014

Conversation

KAllan357
Copy link
Contributor

We are currently locked to an older version of nginx cookbook. Before jumping into some of the Chef 11 dependencies of the newest nginx cookbooks, we need to be able to set the dependencies appropriately enough to make use of the code at https://github.com/opscode-cookbooks/nginx/blob/master/recipes/package.rb#L28

@ivey
Copy link

ivey commented Feb 12, 2014

👍 - please leave a note when you merge about why we need the new nginx


%w{ ubuntu centos }.each do |os|
supports os
end

depends "java", "~> 1.15.4"
depends "nginx", "~> 1.6.0"
depends "nginx", "= 1.8.0"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need the hard lock?

KAllan357 added a commit that referenced this pull request Feb 12, 2014
@KAllan357 KAllan357 merged commit d261295 into master Feb 12, 2014
@KAllan357 KAllan357 deleted the fix_nginx branch February 12, 2014 02:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants