I would like to remove all cron jobs before rebuilding them in a chef recipe. Is there any way to do this?

tried this

  execute "crontab -r -u deploy" do
     action :run
  end

but only works if there is a file there..not sure how to check if it is there or not.

link|improve this question

feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.