summaryrefslogtreecommitdiff
path: root/lib/chef/provider/cron
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-08-03 19:28:59 -0700
committerTim Smith <tsmith84@gmail.com>2020-08-03 19:28:59 -0700
commitc965d25dd22f2b13f51be79fd0c8c3767b4b4da6 (patch)
tree6167237f4e5ec4c84758f7fefd1286cf02795d79 /lib/chef/provider/cron
parentb390d87f3710afb466ce7a80510af0bebb64052f (diff)
downloadchef-c965d25dd22f2b13f51be79fd0c8c3767b4b4da6.tar.gz
Remove unnecessary Mixin::ShellOut in providersshell_out
No need for this in the providers. Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'lib/chef/provider/cron')
-rw-r--r--lib/chef/provider/cron/unix.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/chef/provider/cron/unix.rb b/lib/chef/provider/cron/unix.rb
index f807ede3bb..cb3a2f9a61 100644
--- a/lib/chef/provider/cron/unix.rb
+++ b/lib/chef/provider/cron/unix.rb
@@ -26,8 +26,6 @@ class Chef
class Provider
class Cron
class Unix < Chef::Provider::Cron
- include Chef::Mixin::ShellOut
-
provides :cron, os: "solaris2"
private