Add specials for FreeBSD and $root_group
This commit is contained in:
parent
ce933e4abe
commit
edf9b54fe2
1 changed files with 5 additions and 0 deletions
|
@ -157,4 +157,9 @@ class nginx::params {
|
|||
$global_owner = 'root'
|
||||
$global_group = '0'
|
||||
$global_mode = '0644'
|
||||
|
||||
$root_group = $::operatingsystem ? {
|
||||
'FreeBSD' => 'wheel',
|
||||
default => 'root',
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue