Re: [Puppet Users] Puppet agent and puppet master

2013-09-16 Thread Peter Bukowinski
Adeel, This is already how puppet operates by default if your manifest is written correctly. You should not be explicitly telling puppet to restart your service each time the agent runs. Instead, you should create a dependency relationship between the service and its configuration file (and eve

Re: [Puppet Users] Puppet agent and puppet master

2013-09-16 Thread Adeel Bhatti
Hi, Could we not run the agent command from the server ? The point is if I have the access the client after changing the configuration on puppet master it would be tedious ! BTW, Puppet master Enterprise server functions the same way or it provides this funtionality ? Adeel On Monday, Septem

Re: [Puppet Users] Puppet agent and puppet master

2013-09-16 Thread Virender Khatri
You can use splay to schedule agent run and yes, you can view agent run / changes status in /var/log/messages. http://docs.puppetlabs.com/references/latest/configuration.html#splay -V On Mon, Sep 16, 2013 at 4:27 PM, Adeel Bhatti wrote: > Hi, > Is it nesseccary to access the client machine an

[Puppet Users] Puppet agent and puppet master

2013-09-16 Thread Adeel Bhatti
Hi, Is it nesseccary to access the client machine and execute the agent command manually to take in configuration ? or if the agent can know itsself that the server has some changes for it !! secondly, can't we have agent's logs/status of taking in changes/configurations ? I am using open sour