Conversation
|
Where you're making changes to every parameter, maybe also stop aligning the equals signs (just have one space of separation, like |
|
Do you mean only simple assignments or also parameter defaults? For my understanding see latest commit. |
For all class parameter lists, I think we shouldn't be aligning the equals signs. It just causes too many diffs when there are changes to the parameter lists. |
|
puppet style guide says otherwise: (You should however not take the examples too serious as they are displayed, there seems to be a HTML issue. So inspect the HTML source instead...) That taken into account the current state of the PR should be ok... |
|
That part of the style guide I don't think we should follow, especially for a module like this with large lists of parameters. See also voxpupuli/voxpupuli.github.io#322 |
|
ok, then everything should be fine now. |
kenyon
left a comment
There was a problem hiding this comment.
Minor thing, but not sure it's valuable to have nginx defaults in the comments, since the defaults can change.
|
@Enrice could you please submit the different changes as individual PRs? That's probably easier than a big rebase, and it gives us a better changelog. |
Pull Request (PR) description
All parameters with feasible defaults in nginx itself become
Optional.Also fixes some minor type isssues.
This Pull Request (PR) fixes the following issues
Fixes #1660