summaryrefslogtreecommitdiff
path: root/lib/chef/resource/windows_printer.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix missing ` in resource descriptionTim Smith2021-09-141-1/+1
* Try to handle the driver installationTim Smith2021-06-131-4/+13
* Add the ability to attach to an existing printer portTim Smith2021-06-131-43/+68
* Delete with a PowerShell CmdletTim Smith2021-06-061-10/+3
* Remove silly privateTim Smith2021-06-061-3/+0
* Avoid double logging the printer deletionTim Smith2021-06-061-4/+3
* Make sure we have description fields in actions and fix periodsTim Smith2021-05-121-5/+1
* Use new_resource for load_current_value blocksJason Barnett2021-04-141-2/+2
* Improve automatic docs generationdocsTim Smith2021-02-151-2/+2
* use autoloading for many required gemsmwrock2020-09-081-3/+5
* Convert windows custom resources to unified_modeLamont Granquist2020-08-041-18/+17
* Only require the driver_name property when creating printer portsTim Smith2020-05-071-1/+1
* Remove a magic quoteTim Smith2020-04-301-1/+1
* Add more examples to resourcesTim Smith2020-04-301-0/+20
* Add missing examples and resource formatting for docs siteTim Smith2020-04-301-5/+5
* Remove the canonical DSLLamont Granquist2020-03-031-1/+0
* fix Layout/AlignArgumentslcg/new-chefstyleLamont Granquist2019-07-021-15/+15
* fix a bunch of weirdly mangled require linesLamont Granquist2019-05-081-1/+1
* Convert require to require_relativeLamont Granquist2019-05-081-1/+1
* More consist descriptions for resource name propertiesTim Smith2019-02-061-1/+1
* windows_printer: prevent failures when deleting printers and using device_id ...printer_deleteTim Smith2019-01-161-3/+3
* More resource description updatesTim Smith2018-11-071-1/+1
* Skip more resources and set others to desired state falseresource_descriptionsTim Smith2018-10-301-1/+1
* Sync windows_printer descriptions with the docs siteTim Smith2018-08-311-9/+7
* Modify the provides for all resources from cookbooks so chef winsprovidesTim Smith2018-04-061-1/+1
* mechanical conversion of most debug log statements to traceThom May2018-03-261-1/+1
* Updates from the reviewmisc_resourceTim Smith2018-03-041-3/+4
* Add windows auto_run, font, pagefile, printer, printer_port, and shortcut res...Tim Smith2018-02-231-0/+147