Added vsroom user, fixed abusehel home directory
This commit is contained in:
parent
5e9d0bbdde
commit
7788d804c6
1 changed files with 16 additions and 1 deletions
|
@ -176,9 +176,24 @@ class user::system {
|
||||||
uid => 813,
|
uid => 813,
|
||||||
gid => 813,
|
gid => 813,
|
||||||
comment => "Service AbuseHelper",
|
comment => "Service AbuseHelper",
|
||||||
home => "/home/abusehel",
|
home => "/var/lib/ah2",
|
||||||
shell => "/sbin/nologin",
|
shell => "/sbin/nologin",
|
||||||
require => Group["abusehel"],
|
require => Group["abusehel"],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# VSRoom
|
||||||
|
@group { "vsroom":
|
||||||
|
ensure => present,
|
||||||
|
gid => 814,
|
||||||
|
}
|
||||||
|
@user { "vsroom":
|
||||||
|
uid => 814,
|
||||||
|
gid => 814,
|
||||||
|
comment => "Service VSRoom",
|
||||||
|
home => "/var/lib/vsroom",
|
||||||
|
shell => "/sbin/nologin",
|
||||||
|
require => Group["vsroom"],
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue