summaryrefslogtreecommitdiff
path: root/lib/chef/provider/cron.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/provider/cron.rb')
-rw-r--r--lib/chef/provider/cron.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/chef/provider/cron.rb b/lib/chef/provider/cron.rb
index f22367b461..a45e889bcc 100644
--- a/lib/chef/provider/cron.rb
+++ b/lib/chef/provider/cron.rb
@@ -42,10 +42,6 @@ class Chef
end
attr_accessor :cron_exists, :cron_empty
- def whyrun_supported?
- true
- end
-
def load_current_resource
crontab_lines = []
@current_resource = Chef::Resource::Cron.new(new_resource.name)