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

init.pp: correct param numbers and use of optional #315

Merged

Conversation

kenyon
Copy link
Member

@kenyon kenyon commented Oct 18, 2021

Parameters used for generating resources should be plural.

Remove incorrect usage of Optional.

Also, use loops instead of create_resources().

This is not a backwards-incompatible change because we haven't made a release since these parameters were added.

@kenyon kenyon force-pushed the fix-param-numbers-and-optional-usage branch from 1b1febb to aa6f9e3 Compare October 18, 2021 03:52
Parameters used for generating resources should be plural.

Remove incorrect usage of Optional.

Also, use loops instead of `create_resources()`.
Copy link
Member

@smortex smortex left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I avoid this as the plague but still think it is a good move 🙃

@kenyon
Copy link
Member Author

kenyon commented Oct 18, 2021

@smortex this shouldn't be labeled backwards-incompatible because we haven't made a release since the parameters were added, right?

@kenyon kenyon merged commit 9c9b976 into voxpupuli:master Oct 19, 2021
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