added user management

This commit is contained in:
Arne Teuke
2017-06-19 14:50:10 +01:00
parent 67f81f9795
commit 83b33bf7f5
2 changed files with 26 additions and 6 deletions

View File

@@ -29,9 +29,9 @@ $ae_manage_user = false,
$ae_user_name = 'apache',
$ae_user_uid = '48',
$ae_u_comment = 'Apache Service User',
$ae_u_comment = 'Apache',
$ae_u_groups = undef,
$ae_user_home = '/home/apache',
$ae_user_home = '/opt/rh/httpd24/root/usr/share/httpd',
$ae_user_shell = '/bin/false',
) {