The puppet agent is on a mac with 10.13.4.

On Friday, August 31, 2018 at 2:23:03 PM UTC-4, Peter K wrote:
>
> I'm getting this error when I try and create a user on osx:
> '''Error: Failed to apply catalog: undefined method `each' for 
> nil:NilClass'''
>
> My code looks like this:
>
> '''  class fakeadmin2 {
>   user { 'fakeadmin2':
>     name    => 'fakeadmin2',
>     ensure  => 'present',
>     uid       => '504',
>     gid       => '501',
>     home   => '/Users/fakeadmin2',
>   }
> }'''
>
> ubuntu server package: puppetserver    2.8.0-1puppetlabs1
>
> puppet master 4.10.9
> puppet agent version 4.10.9
>
>
> Any help with how to debug this would be helpful too.
> thx
>

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/0538c881-00cc-46a8-bae9-5155a72c035e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to