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

Manually Resolve Dependencies Conflicts #55

Open
emadzz opened this issue Jul 5, 2016 · 0 comments
Open

Manually Resolve Dependencies Conflicts #55

emadzz opened this issue Jul 5, 2016 · 0 comments

Comments

@emadzz
Copy link

emadzz commented Jul 5, 2016

Let's say I have the following cookbooks in my Chffile

cookbook "apt", "~> 4.0.1"
cookbook "nginx", "~> 2.7.6"

Now nginx has apt/~>2.2 dependency, and therefore librarian-chef install fails with Could not resolve dependencies because apt/~>4.0.1 conflicts with apt/~>2.2.

So. is it possible to specify which dependency version to install, when there're any conflicts between cookbooks dependencies?

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

No branches or pull requests

1 participant