Skip to content

Commit

Permalink
Merge pull request #325 from hugotanure/fix-system-umask-type
Browse files Browse the repository at this point in the history
Set system_umask consistently to String
  • Loading branch information
schurzi authored Nov 6, 2024
2 parents 69e3118 + 1542b94 commit b7bc6c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/umask.pp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# @param system_umask
#
class os_hardening::umask (
Optional[Integer] $system_umask = undef,
Optional[String] $system_umask = undef,
) {
if $system_umask != undef {
file { '/etc/profile.d/umask.sh':
Expand Down

0 comments on commit b7bc6c3

Please sign in to comment.