summaryrefslogtreecommitdiff
path: root/lib/chef/resource/powershell_package_source.rb
Commit message (Expand)AuthorAgeFilesLines
* Updated the package source resource to accept credentials and updated the cod...John McCrae2021-09-301-2/+2
* Updated the package source resource to accept credentials and updated the cod...John McCrae2021-09-301-4/+4
* Updated the package source resource to accept credentials and updated the cod...John McCrae2021-09-301-15/+15
* Updated the package source resource to accept credentials and updated the cod...John McCrae2021-09-241-1/+3
* Updated the package source resource to accept credentials and updated the cod...John McCrae2021-09-241-3/+5
* Updated the package source resource to accept credentials and updated the cod...John McCrae2021-09-151-16/+16
* Updated the package source resource to accept credentials and updated the cod...John McCrae2021-09-151-69/+225
* Make sure we have description fields in actions and fix periodsTim Smith2021-05-121-4/+2
* convert most internal powershell_out to powershell_execmwrock2020-10-281-18/+19
* Docs fixes from reviewTim Smith2020-09-161-3/+3
* Improve examples in powershell_package_sourceTim Smith2020-09-151-4/+4
* do not require source when removing powershell package sourcejk0509742020-08-141-1/+1
* Add missing examples and resource formatting for docs siteTim Smith2020-04-301-1/+1
* Convert more resources to unified_modelcg/unified-mode4Lamont Granquist2020-04-011-0/+2
* Remove the canonical DSLLamont Granquist2020-03-031-1/+1
* fix Layout/AlignArgumentslcg/new-chefstyleLamont Granquist2019-07-021-13/+13
* fix a bunch of weirdly mangled require linesLamont Granquist2019-05-081-1/+1
* Convert require to require_relativeLamont Granquist2019-05-081-2/+2
* suppress more useless warningsTor Magnus Rakvåg2018-12-071-1/+1
* bare words as strings on the right hand side don't workTor Magnus Rakvåg2018-12-071-1/+1
* resolve idempotency issue with different resource name and source_nameTor Magnus Rakvåg2018-12-061-1/+1
* empty state handling has moved to load_current_valueTor Magnus Rakvåg2018-12-061-3/+0
* warnings pollute script outputTor Magnus Rakvåg2018-12-061-0/+3
* use built in method of handling nil statusTor Magnus Rakvåg2018-12-061-2/+6
* Make all Chef 14 preview resources into full resourcesTim Smith2018-10-261-1/+0
* Properly capitalize PowerShell in descriptions and errorspowershellTim Smith2018-09-071-1/+1
* Add missing periods in descriptionsTim Smith2018-07-091-4/+4
* add descriptions to actions, require chef/resourceTor Magnus Rakvåg2018-06-141-2/+4
* set the resource to previewTor Magnus Rakvåg2018-06-131-1/+1
* refactor state fetching to use jsonTor Magnus Rakvåg2018-06-131-12/+15
* rename name property to source_nameTor Magnus Rakvåg2018-06-131-14/+14
* fix some propertiesTor Magnus Rakvåg2018-06-131-9/+7
* add missing descriptionsTor Magnus Rakvåg2018-06-121-6/+6
* make properties idempotentTor Magnus Rakvåg2018-06-121-20/+83
* fix copyrightTor Magnus Rakvåg2018-06-111-1/+1
* use psrepository cmdlet under the hood for powershellgetTor Magnus Rakvåg2018-06-111-8/+18
* wire up package_management_providerTor Magnus Rakvåg2018-06-081-0/+1
* fix refactor errorTor Magnus Rakvåg2018-06-081-1/+1
* initial resource shellTor Magnus Rakvåg2018-06-081-0/+88