summaryrefslogtreecommitdiff
path: root/lib/chef/resource/windows_feature_powershell.rb
Commit message (Expand)AuthorAgeFilesLines
* Style/StringLiteralsInInterpolationLamont Granquist2019-07-051-12/+12
* fix Layout/EmptyLineAfterGuardClauseLamont Granquist2019-07-021-0/+2
* fix Layout/AlignArgumentslcg/new-chefstyleLamont Granquist2019-07-021-10/+10
* Merge pull request #8492 from MsysTechnologiesllc/Kapil/MSYS-1006_chef_14_win...Tim Smith2019-05-081-1/+1
|\
| * Fix for chef 14 windows_feature fails on windows 2008r2Kapil Chouhan2019-05-081-1/+1
* | fix a bunch of weirdly mangled require linesLamont Granquist2019-05-081-1/+1
* | Convert require to require_relativeLamont Granquist2019-05-081-4/+4
|/
* More consist descriptions for resource name propertiesTim Smith2019-02-061-1/+1
* Updates from the review of #7929Tim Smith2018-11-151-1/+1
* More resource description updatesTim Smith2018-11-071-1/+1
* Add additional descriptions to resource and update otherswordingTim Smith2018-11-061-8/+4
* Removing incorrect grammar, now that the exception message is aware of packag...Daniel Greeninger2018-09-201-1/+1
* Add missing description to windows_feature_powershellempty_descriptionsTim Smith2018-08-241-3/+2
* Move the older_than_win_2012_or_8? to platform_introspectionTim Smith2018-07-061-7/+7
* windows_feature_powershell: Don't error on PowerShell 3.0Tim Smith2018-07-051-1/+1
* Fix error messages and helper usageTim Smith2018-06-101-1/+1
* Move the windows helper to query_helpersTim Smith2018-06-091-15/+10
* Support windows_feature_powershell on Windows 2008 R2Tim Smith2018-06-071-12/+28
* Modify the provides for all resources from cookbooks so chef winsprovidesTim Smith2018-04-061-1/+1
* Copy over the caching logic from the windows cookbookwindows_feature++Tim Smith2018-03-291-46/+167
* Fix array parsing in windows_feature_dism / windows_feature_powershellfix_dismTim Smith2018-03-271-1/+1
* Updates from the reviewmisc_resourceTim Smith2018-03-041-2/+2
* Add more description fields, style fixes, add missing requiresTim Smith2018-03-041-0/+2
* Fix description spacingTim Smith2018-03-021-5/+5
* Add description and introduced fieldsTim Smith2018-03-021-5/+33
* Add windows_feature, windows_feature_powershell, andTim Smith2018-03-021-0/+105