abusesa: Add user and datadir for passivedns
This commit is contained in:
parent
07dcc7e96e
commit
82908ff094
2 changed files with 55 additions and 1 deletions
|
@ -365,6 +365,21 @@ class user::system {
|
|||
require => Group["opencoll"],
|
||||
}
|
||||
|
||||
# PassiveDNS
|
||||
@group { "passdns":
|
||||
ensure => present,
|
||||
gid => 825,
|
||||
}
|
||||
@user { "passdns":
|
||||
ensure => present,
|
||||
uid => 825,
|
||||
gid => 825,
|
||||
comment => "Service PassiveDNS",
|
||||
home => "/var/lib/passivedns",
|
||||
shell => "/sbin/nologin",
|
||||
require => Group["passdns"],
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue