Merge pull request #193 from mhaskel/osx-test-fixes

Osx test fixes
This commit is contained in:
Hunter Haugen 2014-06-11 14:26:30 -07:00
commit 7cd6cf9411
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'