Hi, i want add user in group. I add in site.pp:> user { 'admin': groups => 'wheel'}
When run puppet agent --test i have it:
WS0000:~ root# puppet agent --test
Info: Using configured environment 'development'
Info: Retrieving pluginfacts
Info: Retrieving plugin
Info: Loading facts
Info: Caching catalog for ws0000.local
Info: Applying configuration version '1472548837'
Error: Unknown failure comparing values _appserveradm,_appserverusr,_lpadmin,admin,com.apple.sharepoint.group.1,wheel and ["_appserveradm", "_appserverusr", "_lpadmin", "admin", "com.apple.sharepoint.group.1"] using insync? on type: User[admin] property: groups
Error: /Stage[main]/Main/User[admin]: Could not evaluate: Group names must be provided as an array, not a comma-separated list.
Notice: Applied catalog in 5.79 seconds
**I use OS X 10.11.6**
↧