diff options
Diffstat (limited to 'modules/mgasoft')
-rw-r--r-- | modules/mgasoft/manifests/init.pp | 2 |
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], } |