saltstack-formulas / openssh-formula

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

fix(`config_ini`): convert tabs to single space to prevent false +ves #163

Closed myii closed 5 years ago

myii commented 5 years ago

Note, this comment outlines the whole problem: https://github.com/saltstack-formulas/openssh-formula/issues/162#issuecomment-497110278.

Tested sshd_config with all combinations successfully:

Situation Outcome
Already using single space per line Only ini_options.present state runs
Single tab per line Replaced by single space
Multiple tabs per line Replaced by single space
aboe76 commented 5 years ago

@myii nice work, @alxwr thanks for reviewing.

myii commented 5 years ago

Thanks @alxwr and @aboe76.