-
Notifications
You must be signed in to change notification settings - Fork 461
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
Restore Puppet 3.4 and earlier compatibility #511
Conversation
@@ -27,11 +27,11 @@ | |||
"requirements": [ | |||
{ | |||
"name": "pe", | |||
"version_requirement": "3.x" | |||
"version_requirement": ">= 3.3.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why? If we support OSS 3.x
we should be able to support PE 3.x
too no?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
stdlib couldn't be upgraded to 4.x until PE 3.3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see. Oh well.
7f06597
to
229518f
Compare
This looks pretty awesome @mhaskel 💟. The only thing I worry a bit about now is that none of the tests cover the pre-3.5.0 behaviour. But that's going to be hard to do with unit tests and the strict vars mess since we're only faking the Puppet version. |
@daenney I did add one unit test to just make sure params didn't completely explode with puppetversion = 3.4.something. I ran acceptance tests manually with trusty and 3.4.3, and it passed now (and failed without the patch) |
Good enough for me. You have my 👍. |
Restore Puppet 3.4 and earlier compatibility
No description provided.