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

Allow the specification of a constrained version #15

Closed
wants to merge 1 commit into from

Conversation

Rarian
Copy link

@Rarian Rarian commented May 25, 2017

Description

This allows the option of specifying a constrained version using the standard constraint syntax.

Issues Resolved

#7

Check List

This allows the option of specifying a constrained version using the
standard constraint syntax [1].

[1] https://docs.chef.io/cookbook_versions.html

Resolves chef-cookbooks#7

Signed-off-by: Andy Wagner <andy@andywagner.ca>
@Rarian
Copy link
Author

Rarian commented Jun 5, 2017

@tas50 Let me know if this needs any more work.

@lamont-granquist
Copy link
Contributor

mixlib-install already supports versions like "12" which means "12.x.x" aka "~> 12.0"

@lamont-granquist
Copy link
Contributor

also generally if mixlib-install doesn't support it, this cookbook shouldn't support it, and feature enhancements should go into mixlib-install. this cookbook should not fork the behavior of mixlib-install and should remain as thin a wrapper as is possible.

@Rarian
Copy link
Author

Rarian commented Jun 5, 2017

I've never been able to have anything but an infinite loop when specifying a version like "12". Anyway, feel free to close this and the corresponding issue if you like.

This was just something I picked to work on randomly at the hackathon.

@lamont-granquist
Copy link
Contributor

its possible that functionality simply needs to be fixed.

@lamont-granquist
Copy link
Contributor

yeah closing in favor of #17

@lamont-granquist
Copy link
Contributor

infinite loop fixed in #22

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.

None yet

2 participants