From 14ab3decc1954837f31a608648a95375247330f4 Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Tue, 20 Oct 2015 22:28:26 +0300 Subject: fix up: use part should not be expanded --- modules/restrictshell/manifests/allow.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", } } -- cgit v1.2.1