Skip to content

Commit

Permalink
Fix system_umask type
Browse files Browse the repository at this point in the history
Signed-off-by: Hugo Tanure <[email protected]>
  • Loading branch information
hugotanure committed Nov 5, 2024
1 parent 69e3118 commit 1542b94
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 1542b94

Please sign in to comment.