diff options
author | adamedx <admed@opscode.com> | 2013-01-25 16:33:43 -0800 |
---|---|---|
committer | adamedx <adamed@opscode.com> | 2013-02-19 09:32:06 -0800 |
commit | 63d34bb7887606ee5d55ad70264ff14a90aa3f09 (patch) | |
tree | b2cb0ecabe8bc73195f46bb8e631374207e72ec7 /lib/chef/resources.rb | |
parent | 5e9dad16efadd17c046654895095dcb7d2052612 (diff) | |
download | chef-63d34bb7887606ee5d55ad70264ff14a90aa3f09.tar.gz |
OC-4739: OC-4748: Create powershell and batch providers in core Chef
Diffstat (limited to 'lib/chef/resources.rb')
-rw-r--r-- | lib/chef/resources.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/chef/resources.rb b/lib/chef/resources.rb index 6dea46bfc9..1b295fc4e1 100644 --- a/lib/chef/resources.rb +++ b/lib/chef/resources.rb @@ -18,6 +18,7 @@ require 'chef/resource/apt_package' require 'chef/resource/bash' +require 'chef/resource/batch' require 'chef/resource/breakpoint' require 'chef/resource/cookbook_file' require 'chef/resource/chef_gem' @@ -49,6 +50,7 @@ require 'chef/resource/package' require 'chef/resource/pacman_package' require 'chef/resource/perl' require 'chef/resource/portage_package' +require 'chef/resource/powershell' require 'chef/resource/python' require 'chef/resource/registry_key' require 'chef/resource/remote_directory' |