I am using the Mcafee module:
[https://forge.puppet.com/Ramorous/mcafee\_epo\_agent](https://forge.puppet.com/Ramorous/mcafee_epo_agent)
I need to look about having either the install.sh or the mcafee manifest adjust the cron that mcafee agent uses:
It should add the below line to the crontab:
0,30 * * * * /opt/McAfee/agent/scripts/ma checkhealth >/dev/null 2>&1
how can I edit the current module or the install.sh file on the master?
I edited manually now , but I need puppet to do it, without using more module like crontab module
↧