diff options
Diffstat (limited to 'lib/chef/providers.rb')
-rw-r--r-- | lib/chef/providers.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/chef/providers.rb b/lib/chef/providers.rb index 6fd67e0068..80fadfc8c2 100644 --- a/lib/chef/providers.rb +++ b/lib/chef/providers.rb @@ -41,6 +41,7 @@ require "chef/provider/log" require "chef/provider/ohai" require "chef/provider/mdadm" require "chef/provider/mount" +require "chef/provider/noop" require "chef/provider/package" require "chef/provider/powershell_script" require "chef/provider/osx_profile" |