pam, resolver: Lint fixes
This commit is contained in:
parent
20c9094c53
commit
29ddb9c77d
2 changed files with 5 additions and 3 deletions
|
@ -25,7 +25,7 @@ class resolver($domainname = "", $searchpath = [], $nameservers) {
|
|||
|
||||
file { "/etc/resolv.conf":
|
||||
owner => "root",
|
||||
group => $::operatingsystem ? {
|
||||
group => $::operatingsystem ? {
|
||||
"openbsd" => "wheel",
|
||||
default => "root",
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue