> Is there any developer guide or something similar which I can follow to 
> know internal working of puppet in detail? so that I can go to right places 
> and test/add modules.
> Any material in this direction will be very helpful to me.
>

Vatsa,  

There are a couple of puppetlabs documents on creating custom types:
http://docs.puppetlabs.com/guides/custom_types.html
http://docs.puppetlabs.com/guides/complete_resource_example.html

as well as books (haven't read these, so can't vouch personally):
- Puppet Types and Providers
- Pro Puppet (this covers lots of puppet topics)

Though arguably most helpful will be looking at existing puppet types and 
providers:
https://github.com/puppetlabs/puppet/tree/master/lib/puppet/type
https://github.com/puppetlabs/puppet/tree/master/lib/puppet/provider
and various modules on forge.puppetlabs.com

Eric

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-users@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to