'wheel' is the root group for osx.

This commit is contained in:
Morgan Haskel 2014-06-11 17:25:08 -04:00
parent c7461c5beb
commit 90f70e86a3
2 changed files with 6 additions and 0 deletions

View file

@ -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'

View file

@ -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'