saltstack-formulas / openssh-formula

http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html
Other
90 stars 297 forks source link

Sort example pillar options #157

Open wolfpackmars2 opened 5 years ago

wolfpackmars2 commented 5 years ago

I propose sorting the options given in the example pillar.

The reason is it could make it easier to set up a new pillar if comparing an example/existing sshd_config. The current sshd_config can be shown with "sshd -T" in the terminal. The lines returned by sshd can be sorted in an editor for comparison.

Implementing this with #156 could create merge conflicts but could be implemented later.

alxwr commented 5 years ago

@wolfpackmars2 I like a little Frühjahrsputz (spring-clean-up). :-) Please create a PR!