How do you change the runinterval
So I was reading that you can change the 30 minutes polling for reports by putting the runinterval in the puppet.config file, but when I did that, it doesn't seem to work. I also restarted the pe-puppet service after I change the puppet.config file as well and still doesn't work. I have it written as this in the file
runinterval = 8hr
I place it in the [main] part of the file. When it didn't work, I place the runinterval in all 3 parts, [main], [master], and [agent] and that still didn't work. Is there ...
Would you paste your entire puppet.conf file?
If you remove it from the master and agent stanzas, and run "puppet agent --configprint runinterval", what gets returned? Also, what version are you on?
I'm running puppet 3.2.2. When I ran the comand "puppet agent --configprint runinterval" it printed out 1800. So that is in second which turn out to be ...(more)
Have you restarted your puppet master since you made the change?
Yes, I restarted the puppet master, with the following command "service pe-puppet restart" and it still not working