On Monday, September 16, 2013 7:18:24 AM UTC-5, Adeel Bhatti wrote:
>
> It adds the entry in the log file but locally, I want to have agent's 
> entry on the puppet server's log file !!
> is it possible ?
>
>
Puppet's mechanism for communicating general information about nodes to the 
master is "facts".  If there is information you want to communicate to the 
master beyond what it already receives, then it is relatively easy for you 
to create your own custom fact, such as one that provides the output of a 
given command.  Do be aware that on each Puppet run, all facts are 
evaluated before any changes are applied to the target node.  Here is some 
documentation on creating custom facts: 
http://docs.puppetlabs.com/guides/custom_facts.html .


John

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to