Added abusehelper user and group
This commit is contained in:
parent
99f2d4c5f1
commit
4ffb3f5809
1 changed files with 15 additions and 0 deletions
|
@ -166,4 +166,19 @@ class user::system {
|
|||
require => Group["collab"],
|
||||
}
|
||||
|
||||
# AbuseHelper
|
||||
@group { "abusehel":
|
||||
ensure => present,
|
||||
gid => 813,
|
||||
}
|
||||
@user { "abusehel":
|
||||
ensure => present,
|
||||
uid => 813,
|
||||
gid => 813,
|
||||
comment => "Service AbuseHelper",
|
||||
home => "/home/abusehel",
|
||||
shell => "/sbin/nologin",
|
||||
require => Group["abusehel"],
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue