Puppet agent only run on demand on a windows agent
I have a large list of machine that I've deployed puppet agent on that are at customer location and could be very sensitive to changes. They are all running windows desktop OS's. I want to disable runinterval on all of them. I can't seem to figure out how to do that. The help section of the agent doesn't seem have any option that implies that might help with that. Runinterval doesn't seem to have numeric or boolean value to disable it. It says to use --no-client but that seems to be depreciated and wouldn't work on the windows service. There's a post stating to set daemonize to off for this however, the help documentation for puppet.conf implies that this option is already set to off on windows. Any suggestions? I assume this would be alot easier to accomplish. I'm surprised runinterval just doesn't accept a negative number to set it to 'off'.