On Fri, Jul 01, 2011 at 06:36:24AM -0700, Chetan wrote:
> Hi,
> 
> I've written a custom type which works just fine when I run it
> manually on some host via 'puppet apply' but via 'puppet agent' (using
> puppetmaster) it doesn't seem to get executed at all. I've put debug
> messages in various parts of the type's code and even tried raising an
> error from my ensure block's retrieve() method and nothing happens. Is
> there a better way to debug this?
> 
> chetan

Do you use pluginsync to download the type on the agent? Is the type
known to the puppet master (copied to /var/lib/puppet/lib/puppet/type/)?
The latter is important because the master has to do the value validation.

-Stefan

Attachment: pgpTk31ThPGpw.pgp
Description: PGP signature

Reply via email to