[Puppet Users] Re: ensure user and group created

2014-02-28 Thread Ryan Anderson
This was a known problem with earlier puppet releases where adding local users would fail if they existed in a network name service (LDAP, NIS, etc), so more recent 3.x puppet versions of the user resource have a 'forcelocal' option. Use this, and it will work. On Wednesday, February 26, 2014 4

[Puppet Users] Re: ensure user and group created

2014-02-27 Thread jcbollinger
On Wednesday, February 26, 2014 4:17:05 PM UTC-6, bluethundr wrote: > > Hey all, > > I've created a puppet module to control LDAP in my environment. The ldap > packages on both the centos and ubuntu hosts seem to require a user and > group called 'ldap' (respectively). > > in my ldap::install