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
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
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
# ...
> 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 /