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/7114fc76-ba6e-4ecf-a4b9-efe12f5c297b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to