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.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/chef/provider/mount.rb b/lib/chef/provider/mount.rb
index 1631d87033..47d4cb0851 100644
--- a/lib/chef/provider/mount.rb
+++ b/lib/chef/provider/mount.rb
@@ -24,7 +24,8 @@ require 'chef/provider'
class Chef
class Provider
class Mount < Chef::Provider
-
+ Mount.provides :mount
+
include Chef::Mixin::ShellOut
attr_accessor :unmount_retries