'wheel' is the root group for osx.
This commit is contained in:
parent
c7461c5beb
commit
90f70e86a3
2 changed files with 6 additions and 0 deletions
|
@ -4,6 +4,9 @@ case fact('osfamily')
|
|||
when 'AIX'
|
||||
username = 'root'
|
||||
groupname = 'system'
|
||||
when 'Darwin'
|
||||
username = 'root'
|
||||
groupname = 'wheel'
|
||||
when 'windows'
|
||||
username = 'Administrator'
|
||||
groupname = 'Administrators'
|
||||
|
|
|
@ -4,6 +4,9 @@ case fact('osfamily')
|
|||
when 'AIX'
|
||||
username = 'root'
|
||||
groupname = 'system'
|
||||
when 'Darwin'
|
||||
username = 'root'
|
||||
groupname = 'wheel'
|
||||
when 'windows'
|
||||
username = 'Administrator'
|
||||
groupname = 'Administrators'
|
||||
|
|
Loading…
Reference in a new issue