101784/how-to-change-the-run-interval-time-in-puppet
Hi Team,
I am new to the Puppet tool. By default, the puppet agent pulls the catalog in every 30 mins. I want to change the run interval time. How to do that?
Hi@akhtar,
You can change the run interval time according to your requirement. To do that you need to add the time in your /etc/puppetlabs/puppet/puppet.conf file.
runinterval = 1m
To check the run interval run the following ...READ MORE
Puppet Module list command will list all ...READ MORE