diff options
Diffstat (limited to 'modules/restrictshell/manifests/allow.pp')
-rw-r--r-- | modules/restrictshell/manifests/allow.pp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/restrictshell/manifests/allow.pp b/modules/restrictshell/manifests/allow.pp index 361ee4a7..40028f75 100644 --- a/modules/restrictshell/manifests/allow.pp +++ b/modules/restrictshell/manifests/allow.pp @@ -1,7 +1,7 @@ define restrictshell::allow { include shell - file { "/etc/membersh-conf.d/allow_$name.pl": + file { "/etc/membersh-conf.d/allow_${name}.pl": mode => '0755', - content => "\$use_$name = 1;\n", + content => "\${use}_${name} = 1;\n", } } |