summaryrefslogtreecommitdiff
path: root/lib/chef/resource/windows_package.rb
Commit message (Expand)AuthorAgeFilesLines
* Chef-15: Remove copyright dateslcg/remove-copyright-dates-chef-15Lamont Granquist2020-04-131-1/+1
* Description improvementsTim Smith2019-11-151-2/+2
* Improve input validation on windows_packageTim Smith2019-11-151-9/+28
* fix Layout/AlignArgumentslcg/new-chefstyleLamont Granquist2019-07-021-5/+5
* Change some more require to require_relativeLamont Granquist2019-05-101-1/+1
* Convert require to require_relativeLamont Granquist2019-05-081-3/+3
* Update descriptions in more windows resourcesTim Smith2018-08-311-2/+1
* Modify the provides for all resources from cookbooks so chef winsprovidesTim Smith2018-04-061-1/+1
* Remove a few more provides and update the resolver specTim Smith2018-03-071-1/+1
* Add more introduced and description fields to resourcesdescriptions_v2Tim Smith2018-02-221-2/+4
* Add descriptions and @since comments to all resourcesTim Smith2017-12-191-0/+2
* Chef-13: coerce package options property to a Stringlcg/package-optionsLamont Granquist2017-04-021-1/+4
* autofixing whitespace copsLamont Granquist2016-02-051-1/+1
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* Use double quotes by defaultThom May2016-01-141-5/+5
* merge cleanupmwrock/packageMatt Wrock2015-12-151-1/+5
* non msi packages must explicitly provide a source attribute on installMatt Wrock2015-12-151-2/+6
* Use properties in package resourcesjk/package-propertiesJohn Keiser2015-12-151-63/+10
* base package provider fixesLamont Granquist2015-11-171-1/+1
* Overwrite resource_name with providesJohn Keiser2015-06-081-1/+0
* Add default_action and allowed_actions to Resource class, remove from LWRPJohn Keiser2015-06-011-1/+2
* Add use_automatic_resource_nameJohn Keiser2015-06-011-1/+1
* Make resource_name call providesJohn Keiser2015-06-011-0/+1
* Move resource_name up to Resource, and figure out its value automaticallyJohn Keiser2015-06-011-2/+1
* Use canonical_path in windows_package resource for sourcejdm/msi-uri-sourceJay Mundrawala2015-05-151-1/+1
* Surface checksum attributeJay Mundrawala2015-05-151-0/+8
* Allow users to override remote_file attributes in windows_packageJay Mundrawala2015-05-151-0/+8
* Refactor uri detectionJay Mundrawala2015-05-151-13/+3
* Modify windows package provider to allow urlJay Mundrawala2015-05-151-2/+18
* Bugfix: Allow action :nothing for windows_package, ips_package, paludis_packa...Julian C. Dunn2015-02-041-1/+1
* Turn off the alternative resource name tests for windows service andpackage.Serdar Sutay2014-10-281-0/+1
* Make sure the event log related capability is turned off on Windows 2003 boxe...Serdar Sutay2014-10-281-1/+0
* Make sure windows_service and windows_package resources are found with the ne...Serdar Sutay2014-10-281-1/+2
* windows_package installer_type should be a symbolBryan McLellan2014-10-281-1/+1
* Chef-12 RC Provider ResolverLamont Granquist2014-10-241-3/+1
* CHEF-5087: Hide win32 if not on windowsBryan McLellan2014-03-281-1/+1
* CHEF-5087: Add a Windows Installer package providerBryan McLellan2014-03-271-0/+79