Re: [Puppet Users] Disable polling interval

2012-03-17 Thread Peter Bukowinski
On Mar 17, 2012, at 11:44 AM, Afroz Hussain wrote: > I have created a script which restart the services . Since by default > the polling interval is 30 min, Hence it is getting restarted every 30 > min.. Is there any away to force that script to run as per our > requirement. > In another word, Ho

Re: [Puppet Users] Disable polling interval

2012-03-17 Thread Zico
On Sat, Mar 17, 2012 at 9:44 PM, Afroz Hussain wrote: > I have created a script which restart the services . Since by default > the polling interval is 30 min, Hence it is getting restarted every 30 > min.. Is there any away to force that script to run as per our > requirement. > You can always r

[Puppet Users] Disable polling interval

2012-03-17 Thread Afroz Hussain
I have created a script which restart the services . Since by default the polling interval is 30 min, Hence it is getting restarted every 30 min.. Is there any away to force that script to run as per our requirement. In another word, How to stop that script to make any changes on the agent without

[Puppet Users] Re: template/files - ignoring lines

2012-03-17 Thread joe
See the following: https://github.com/puppetlabs/puppetlabs-stdlib/tree/master/lib/puppet/provider/file_line On Mar 16, 6:02 am, jcbollinger wrote: > On Mar 15, 7:24 am, Gamon wrote: > > > I'd like to have a template that would contain: > > > line1 <%= value1 %> > > line2 <%= value2 %> > > line