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

Add stdlib version requirement to Modulefile #15

Merged
merged 1 commit into from
Feb 5, 2014
Merged

Add stdlib version requirement to Modulefile #15

merged 1 commit into from
Feb 5, 2014

Conversation

bderickson
Copy link
Contributor

I had some trouble installing your module using librarian-puppet version 0.9.10. I finally tracked it down to stdlib not having a version in Modulefile. Here's a gist illustrating the problem using the master branch of your repo and my branch that adds a version to stdlib.
https://gist.github.com/bderickson/8815816

I believe I could use the latest version of the librarian-puppet-maestrodev fork of librarian-puppet and things worked fine, but we can't upgrade to that for other reasons.

Version 3.0.0 of stdlib supports Puppet 2.7.x while later versions of stdlib drop that support, so I think specifying the version as I have should be pretty safe since versions of Puppet < 2.7 are EOL.

Add requirement on version >= 3.0.0 of stdlib to Modulefile. Version 3.x
of stdlib supports Puppet 2.7.x and Puppet 3. Without this, versions of
librarian-puppet <= 0.9.10 choke.
nibalizer added a commit that referenced this pull request Feb 5, 2014
Add stdlib version requirement to Modulefile
@nibalizer nibalizer merged commit 59d9f66 into voxpupuli:master Feb 5, 2014
@nibalizer
Copy link
Member

@bderickson Thanks for the help! Merged!

@bderickson bderickson deleted the stdlib_version branch February 5, 2014 18:41
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.

2 participants