aboutsummaryrefslogtreecommitdiffstats
path: root/modules/mgasoft/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/mgasoft/manifests/init.pp')
-rw-r--r--modules/mgasoft/manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mgasoft/manifests/init.pp b/modules/mgasoft/manifests/init.pp
index 68c54ba7..d178ebfc 100644
--- a/modules/mgasoft/manifests/init.pp
+++ b/modules/mgasoft/manifests/init.pp
@@ -10,7 +10,7 @@ class mgasoft(
user { $mgasoft_login:
comment => 'System user to publish software',
managehome => true,
- home => "/var/lib/$mgasoft_login",
+ home => "/var/lib/${mgasoft_login}",
gid => $mgasoft_login,
require => Group[$mgasoft_login],
}