Re: [Puppet Users] Problem with home directories and users from NIS

2010-07-14 Thread Matthew Finlayson
improving the rest of your manifest: > > > On 13.07.2010 18:39, Matthew Finlayson wrote: > >> class hostinghome { >> >> createhostinghome { >> someuser: username => "someuser"; # Of course I actually have a lot >> more users. >> } >

[Puppet Users] Problem with home directories and users from NIS

2010-07-13 Thread Matthew Finlayson
Puppeteers, My environment has NIS with all my users precreated. I have a module which creates home directories for them along with their authorized key file and a customized bashrc. class hostinghome { createhostinghome { someuser: username => "someuser"; # Of course I actually have a lot