How to change the run interval in puppet

0 votes
The puppet agent polls the puppet master for changes in every half an hour (30 mins). Can i change this run interval? How can i change the run interval such that my puppet agent polls the puppet master every minute to check for any config updates? Please Help.
Jul 29, 2019 in Puppet by Sam
• 6,260 points
3,222 views

1 answer to this question.

0 votes
  • To check the run interval run the following command as a root user:

puppet agent --configprint runinterval
  • In order to change the run interval you need to make the following changes in the puppet agent:

  • Just add to /etc/puppet/puppet.conf:

[agent]
runinterval=1800 //whatever run interval you need to specify
answered Jul 29, 2019 by Sirajul
• 59,230 points

Related Questions In Puppet

0 votes
1 answer

How to change the run interval time in puppet?

Hi@akhtar, You can change the run interval time ...READ MORE

answered Dec 31, 2020 in Puppet by MD
• 95,440 points
1,224 views
0 votes
1 answer

How to set the DNS name in the puppet server?

Hi@MD, You need to set the DNS name ...READ MORE

answered Dec 31, 2020 in Puppet by akhtar
• 38,230 points
1,035 views
0 votes
1 answer

How to change the Puppet Server memory allocation?

Hi@akhtar, By default, Puppet Server is configured to ...READ MORE

answered Dec 31, 2020 in Puppet by MD
• 95,440 points
2,394 views
0 votes
1 answer

How to install a package in the slave node with Puppet ?

Hi@akhtar, You need to add your node definition ...READ MORE

answered Dec 31, 2020 in Puppet by MD
• 95,440 points
1,046 views
+15 votes
2 answers

Git management technique when there are multiple customers and need multiple customization?

Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE

answered Mar 27, 2018 in DevOps & Agile by DragonLord999
• 8,450 points
3,503 views
+2 votes
1 answer
0 votes
1 answer

How to check the installed modules in puppet?

Puppet Module list command will list all ...READ MORE

answered Jul 24, 2019 in Puppet by Sirajul
• 59,230 points
7,995 views
0 votes
1 answer
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP