Hello,I'm currently writing a script that creates various crontabs based on an attribute like so:paths.each do |path|cron "my-cookbook-#{path}" docommand "/usr/sbin/task #{path}"endendThis works fine. However, if I remove something from that path, it isn't actually removed in the crontab, since Chef has no way of knowing that I "removed" it from my array. How are people handling this? I could manually delete the cron, but that seems backwards.Seth
Archive powered by MHonArc 2.6.16.