I want to stop puppet agent running automatically every 30 mins..i want to run only manually all the time i.e by giving puppet agent -t command. So what to do to stop agent automatic run?
i tried giving below entry in agent puppet.conf but it didn't work.
[agent]
daemonize=false
Can someone help?
↧