diff options
author | Nate Walck <nate.walck@gmail.com> | 2015-10-05 16:07:02 -0700 |
---|---|---|
committer | Nate Walck <nate.walck@gmail.com> | 2015-12-17 08:21:26 -0500 |
commit | e05e7b485463ea2c9346a83ad1bbc095cc95d4df (patch) | |
tree | 4deb5d987e59ec0854e6ce72c50b88d205e2e84f /lib/chef/providers.rb | |
parent | 4b0531742b7e560d04a2fda7bcc24d6da9ea1c60 (diff) | |
download | chef-e05e7b485463ea2c9346a83ad1bbc095cc95d4df.tar.gz |
Added profile provider for OS X
Fixed resource to use let
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 18500d4669..f5e7a0f989 100644 --- a/lib/chef/providers.rb +++ b/lib/chef/providers.rb @@ -41,6 +41,7 @@ require 'chef/provider/mdadm' require 'chef/provider/mount' require 'chef/provider/package' require 'chef/provider/powershell_script' +require 'chef/provider/osx_profile' require 'chef/provider/reboot' require 'chef/provider/remote_directory' require 'chef/provider/remote_file' |