summaryrefslogtreecommitdiff
path: root/lib/chef/resources.rb
diff options
context:
space:
mode:
authorBryan McLellan <btm@opscode.com>2014-02-27 13:50:40 -0800
committerBryan McLellan <btm@loftninjas.org>2014-03-27 19:19:34 -0400
commit9e9cab6a89d9dab4ddf852b88eb522610d89f2d8 (patch)
treee5799c600477a37331f66e618201a042413e60e1 /lib/chef/resources.rb
parentdf07eaf9e8905ca1fce72cf3186b30c600fd7251 (diff)
downloadchef-9e9cab6a89d9dab4ddf852b88eb522610d89f2d8.tar.gz
CHEF-5087: Add a Windows Installer package provider
Adds the framework for a windows package provider, which must determine the correct provider by examining metadata about the source file, or the source file itself. Provides FFI based access to the Windows Installer functions to retrieve metadata from the MSI files and from the Windows product database. Combines both of these into an MSI package provider. Continues to work alongside the windows_package LWRP.
Diffstat (limited to 'lib/chef/resources.rb')
-rw-r--r--lib/chef/resources.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/chef/resources.rb b/lib/chef/resources.rb
index 76adb6f1e1..711becef8c 100644
--- a/lib/chef/resources.rb
+++ b/lib/chef/resources.rb
@@ -69,6 +69,7 @@ require 'chef/resource/template'
require 'chef/resource/timestamped_deploy'
require 'chef/resource/user'
require 'chef/resource/whyrun_safe_ruby_block'
+require 'chef/resource/windows_package'
require 'chef/resource/yum_package'
require 'chef/resource/lwrp_base'
require 'chef/resource/bff_package'