Skip to content

Commit 1542b94

Browse files
committed
Fix system_umask type
Signed-off-by: Hugo Tanure <hugotanure@gmail.com>
1 parent 69e3118 commit 1542b94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/umask.pp

+1-1
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)