summaryrefslogtreecommitdiff
path: root/lib/chef/provider/mount.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/provider/mount.rb')
-rw-r--r--lib/chef/provider/mount.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/chef/provider/mount.rb b/lib/chef/provider/mount.rb
index 6c8e500e36..013b8a67b3 100644
--- a/lib/chef/provider/mount.rb
+++ b/lib/chef/provider/mount.rb
@@ -18,13 +18,11 @@
#
require_relative "../log"
-require_relative "../mixin/shell_out"
require_relative "../provider"
class Chef
class Provider
class Mount < Chef::Provider
- include Chef::Mixin::ShellOut
attr_accessor :unmount_retries