-
-
Notifications
You must be signed in to change notification settings - Fork 165
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
Drop Puppet 3 support. #118
Comments
Feel free to open a PR |
Thanks for your work on the PR! We'd like to keep Puppet 3 support for a while available, there are many existing Puppet 3 infrastructures around which are not yet upgraded to 4. I guess in a few months we can drop Puppet 3 support. We'll keep this issue open to not forget about it and work on it as soon as possible. |
@tobru I can understand you, but puppet 3 users can still use an older version of this module. Also voxpupuli and puppetlabs itself drops puppet 3 already, for example see the lastest version of concat. |
@tobru Any updates about the movement to puppet 4? Puppet 5 is out most of all offical module and voxpopuli modules drop puppet 3 already. Puppet 3 users can still used old versions of this module. |
@jkroepke Having this module support puppet3 is useful for all those using it and attempting to move to puppet4/5. Gitlab and all the functionallity it has/is adding is making this job of moving easier. Not being able to take advantage of new features would be disapointing. |
@timhughes Maybe I miss to understand you but I don't see it why it would be make easier to move because this module have puppet 3 support. If this module had already drop puppet 3 support, you can do your case too by using the latest version of this module that support puppet 3. |
Closed with 2924d09
@timhughes I understand this scenario very well, as I'm going through this situation myself. In the end, your argument for keeping Puppet 3 support is the same argument for dropping Puppet 3 support. There are many features with Puppet 4 that it was adding difficulty not being able to take advantage of, and dropping Puppet 3 support and embracing Puppet 4 makes it easier for us to maintain this module, and makes it easier for contributors to make a contribution since it now requires far less code. The major part of this module is the I will be adding HA support to this module in the near future, and have no plans that would make the I hope you can update your puppet infrastructure soon, but until then, If you need help applying any given patch in the future, hit me up by joining the Puppet Communi Slack channel and sending me a DM. |
Hi,
i want to ask, if its possible to drop puppet 3 support in the next time.
I would like to create a PR to replace all deprecated
validate_*
functions with puppet 4 data type validation. I also want to replace deprecatedhiera
function with the new lookup function.The text was updated successfully, but these errors were encountered: