[Puppet Users] Re: problems with project property of User resource

2010-03-27 Thread Martin Englund
Lutz, On Mar 24, 6:54 pm, Lutz Bergner wrote: > I wanted to set the project property of a Solaris user after realizing > the user. Have already  created the project by adding a line to /etc/ > project.  The user is created in virtual::user class wich is inherited > by the target class  to be abl

[Puppet Users] Using puppet on nfs mounts with root squashed

2010-03-27 Thread Brian
Hi, I would like to use the file resource type to place files in users home directories via puppet. This doesn't work on systems where home directories are provided via nfs and root_squash is enabled on the nfs server. Is there a way to work around this in puppet, similar to how the exec resource

[Puppet Users] using class style namespace with custom resources

2010-03-27 Thread Ken
Hi, Is it possible to create custom types/providers using class-style notation? ie.: foo::type { bar: attr => true } Much like one would do with define-base resources class foo { define bar($attr) { # ... } } I've tried variations like so: Puppet::Type.newtype(:'foo::bar') do # ...

Re: [Puppet Users] Using ssh::auth for root

2010-03-27 Thread Andrew Schulman
> Hey there, > > I'm playing around with the ssh::auth module and right now I want to > create the authorized_keys file for root. But it doesn't seem to work > as I always get this error: > > puppetd[2579]: Could not apply complete catalog: > Puppet::Util::FileType::FileTypeFlat could not write /