freeipa / freeipa-healthcheck

Check the health of a freeIPA installation
GNU General Public License v3.0
50 stars 28 forks source link

Fix some file mode format issues #330

Closed rcritten closed 5 months ago

rcritten commented 6 months ago

When specifying multiple possible modes for a file the values must be a tuple. There were two occurances where they were listed separately.

Add in a pre-check on the formatting to raise an error for badly formatted files. This may be annoying for users if one sneaks in again but the CI should catch it.

Related: https://github.com/freeipa/freeipa-healthcheck/issues/325