From 9c0a6a3775314872c8d3b9c914ba56bbda6c8e1b Mon Sep 17 00:00:00 2001 From: Lamont Granquist Date: Fri, 31 Mar 2017 13:57:07 -0700 Subject: Chef-13: remove deprecated run_command API entirely Signed-off-by: Lamont Granquist --- lib/chef/provider/cron.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/chef/provider/cron.rb') diff --git a/lib/chef/provider/cron.rb b/lib/chef/provider/cron.rb index a45e889bcc..790849673d 100644 --- a/lib/chef/provider/cron.rb +++ b/lib/chef/provider/cron.rb @@ -17,13 +17,11 @@ # require "chef/log" -require "chef/mixin/command" require "chef/provider" class Chef class Provider class Cron < Chef::Provider - include Chef::Mixin::Command provides :cron, os: ["!aix", "!solaris2"] -- cgit v1.2.1