Added Collab Helper Group & Account
This commit is contained in:
parent
d0fb0fb0a8
commit
e64f3b0b9f
1 changed files with 15 additions and 0 deletions
|
@ -151,4 +151,19 @@ class user::system {
|
|||
require => Group["mythtv"],
|
||||
}
|
||||
|
||||
# Collab Helper Account & Group
|
||||
@group { "collab":
|
||||
ensure => present,
|
||||
gid => 812,
|
||||
}
|
||||
@user { "collab":
|
||||
ensure => present,
|
||||
uid => 812,
|
||||
gid => 812,
|
||||
comment => "Service Collab",
|
||||
home => "/home/collab",
|
||||
shell => "/sbin/nologin",
|
||||
require => Group["collab"],
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue