Skip to content

Commit b7bc6c3

Browse files
authored
Merge pull request #325 from hugotanure/fix-system-umask-type
Set system_umask consistently to String
2 parents 69e3118 + 1542b94 commit b7bc6c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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)