aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--modules/restrictshell/manifests/allow.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/restrictshell/manifests/allow.pp b/modules/restrictshell/manifests/allow.pp
index 40028f75..cb1fd9a2 100644
--- a/modules/restrictshell/manifests/allow.pp
+++ b/modules/restrictshell/manifests/allow.pp
@@ -2,6 +2,6 @@ define restrictshell::allow {
include shell
file { "/etc/membersh-conf.d/allow_${name}.pl":
mode => '0755',
- content => "\${use}_${name} = 1;\n",
+ content => "\$use_${name} = 1;\n",
}
}