Skip to content

Commit 6f4bd3f

Browse files
hugotanureHugo Tanure
authored andcommitted
Fix system_umask type
1 parent 69e3118 commit 6f4bd3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/umask.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# @param system_umask
1313
#
1414
class os_hardening::umask (
15-
Optional[Integer] $system_umask = undef,
15+
Optional[String] $system_umask = undef,
1616
) {
1717
if $system_umask != undef {
1818
file { '/etc/profile.d/umask.sh':

0 commit comments

Comments
 (0)