[Puppet Users] Re: Puppet agent and puppet master

2013-09-17 Thread Adeel Bhatti
Thanks !! :) On Monday, September 16, 2013 4:12:44 PM UTC+2, jcbollinger wrote: > > > > On Monday, September 16, 2013 7:40:35 AM UTC-5, Adeel Bhatti wrote: >> >> Thanks for your reply ! >> This would be really cool if the agent can look and identify the manifect >> changes ! >> I have a service r

[Puppet Users] Re: Puppet agent and puppet master

2013-09-16 Thread jcbollinger
On Monday, September 16, 2013 7:40:35 AM UTC-5, Adeel Bhatti wrote: > > Thanks for your reply ! > This would be really cool if the agent can look and identify the manifect > changes ! > I have a service restart in my class, so I want to execute that only if > there is some change in the configu

[Puppet Users] Re: Puppet agent and puppet master

2013-09-16 Thread Adeel Bhatti
Thanks for your reply ! This would be really cool if the agent can look and identify the manifect changes ! I have a service restart in my class, so I want to execute that only if there is some change in the configuration/manifest ! Regards Adeel On Monday, September 16, 2013 2:20:24 PM UTC+2,

[Puppet Users] Re: Puppet agent and puppet master

2013-09-16 Thread Rahul Khengare
Hi Adeel, First time you have to access the puppet agent and do the certificate generation and signing on puppet master. After that you can set the runinterval parameter in pupet.conf file( puppet agent request the puppet master manifests at defined time interval). This will automatically req