Puppet: Creating Cronjobs via a manifest
Creating cron jobs via Puppet is fairly easy and well explained in available docs. However, I had some trouble adding cron jobs that needed to run at 2 different times a day. Normal cron behavior is that you just enter a , in between your 2 timestamps and everything is done. Eg something like this: […]
Puppet: Creating Cronjobs via a manifest Read More »