diff options
Diffstat (limited to 'lib/chef/provider/cron/unix.rb')
-rw-r--r-- | lib/chef/provider/cron/unix.rb | 2 |
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 |