diff options
Diffstat (limited to 'lib/chef/provider.rb')
-rw-r--r-- | lib/chef/provider.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/chef/provider.rb b/lib/chef/provider.rb index 65a56cf726..bd76e9e414 100644 --- a/lib/chef/provider.rb +++ b/lib/chef/provider.rb @@ -165,6 +165,13 @@ class Chef converge_actions.add_action(descriptions, &block) end + # + # The module Chef::Mixin::Provides will use to register providers. + # + def self.provides_dsl_module + Chef::DSL::Resources::DeclaredProviders + end + protected def converge_actions |