We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 69e3118 + 1542b94 commit b7bc6c3Copy full SHA for b7bc6c3
manifests/umask.pp
@@ -12,7 +12,7 @@
12
# @param system_umask
13
#
14
class os_hardening::umask (
15
- Optional[Integer] $system_umask = undef,
+ Optional[String] $system_umask = undef,
16
) {
17
if $system_umask != undef {
18
file { '/etc/profile.d/umask.sh':
0 commit comments