diff options
author | Vasu1105 <vasundhara.jagdale@clogeny.com> | 2016-09-07 11:32:01 +0530 |
---|---|---|
committer | Vasu1105 <vasundhara.jagdale@clogeny.com> | 2016-09-30 15:10:46 +0530 |
commit | 09b44d56bc3f9285360b6b93f7798e6de4dd8dfd (patch) | |
tree | f50f4ad4403c80f8bb3db301b6c5c1bab8610055 /lib/chef/providers.rb | |
parent | 09886bad1411faa86b9e716712b4dad62b8330bd (diff) | |
download | chef-09b44d56bc3f9285360b6b93f7798e6de4dd8dfd.tar.gz |
Added resource and provider for cab package
Reverted changes
Adding resource and provider for cab file support
Added method identifying package version for installation and removal of package
Updated code to idetitfy installed version
refactored some code
Refactored code for parsing dism get package output
Fixed rubocop issue, working on specs
created spec files
Working on unit specs
Added unit specs and working on functional specs
Working on functional specs and fixed rubocop errors
Fixed failing unit test cases
Resolved rubucop style error
Removed functional specs
Fixed error and working on functional specs
Added missing functional spec file
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 affa5ca2c1..596629290b 100644 --- a/lib/chef/providers.rb +++ b/lib/chef/providers.rb @@ -83,6 +83,7 @@ require "chef/provider/package/zypper" require "chef/provider/package/solaris" require "chef/provider/package/smartos" require "chef/provider/package/aix" +require "chef/provider/package/cab" require "chef/provider/service/arch" require "chef/provider/service/freebsd" |