dev-sec / puppet-os-hardening

This puppet module provides numerous security-related configurations, providing all-round base protection.
http://dev-sec.io/
Apache License 2.0
279 stars 101 forks source link

os_hardening 2.4.0: system_umask confusion: String or Integer? #320

Open hpkunz opened 5 months ago

hpkunz commented 5 months ago

Hey all,

the os_hardening class expects the parameter $system_umask (and also $umask) to be String.

since 2.4.0 the class os_hardening::umask expects the parameter $system_umask to be Integer (or undefined). clearly, that cannot work.

I guess the type should also be String (and not Integer) in os_hardening::umask.

Best, Hp