Well,

On 04/09/2013 03:51 AM, Love Anthony Vish wrote:
> 
> Is there any way, Where i can describe my own module or specified module
> for specific puppet client.

there is a fundamental flaw in your question.

Modules are not executed or anyhting alike.

A manifest can use types and classes that are defined in a module. To
make an agent use a module, pass it a manifest that uses the module, e.g.

puppet apply -e 'apache::mod { "rewrite": }'

HTH,
Felix

-- 
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 [email protected].
To post to this group, send email to [email protected].
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