summaryrefslogtreecommitdiff
path: root/lib/chef/resource/windows_workgroup.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix markdown code blocksTim Smith2021-05-111-2/+2
* Improve auto-generated documentationTim Smith2021-02-041-2/+1
* convert most internal powershell_out to powershell_execmwrock2020-10-281-4/+4
* Final batch of unified_mode providersLamont Granquist2020-10-261-0/+2
* Workaround rubygems slow requires by only running require for chef-utils/distLance Albertson2020-09-151-1/+1
* merge all dist files back into dist.rbMarc Chamberland2020-09-151-1/+1
* tighten all require statements for dist implementationMarc Chamberland2020-09-151-1/+1
* move dist implementation into chef-utilsMarc Chamberland2020-09-151-3/+3
* Merge pull request #10260 from chef/lcg/windows-custom-resources-unified-modeLamont Granquist2020-08-041-0/+2
|\
| * Convert windows custom resources to unified_modeLamont Granquist2020-08-041-0/+2
* | Remove more requires that come for freeTim Smith2020-08-041-3/+0
|/
* Add missing examples and resource formatting for docs siteTim Smith2020-04-301-1/+17
* More resource documentation formatting / clarity improvementsTim Smith2020-04-291-2/+2
* Remove the canonical DSLLamont Granquist2020-03-031-1/+0
* Style/SymbolArrayLamont Granquist2019-07-021-1/+1
* fix Layout/EmptyLineAfterGuardClauseLamont Granquist2019-07-021-0/+1
* fix Layout/AlignArgumentslcg/new-chefstyleLamont Granquist2019-07-021-14/+14
* More distro constant applicationsMarc Chamberland2019-05-231-2/+3
* fix a bunch of weirdly mangled require linesLamont Granquist2019-05-081-1/+1
* Convert require to require_relativeLamont Granquist2019-05-081-2/+2
* More consist descriptions for resource name propertiesTim Smith2019-02-061-1/+1
* windows_workgroup: Coerce the provided reboot property and add more testsTim Smith2018-11-141-23/+32
* Skip more resources and set others to desired state falseresource_descriptionsTim Smith2018-10-301-4/+6
* Add Chef 14.5 release notesTim Smith2018-09-171-1/+1
* syntax and logic fixesDerek Groh2018-09-131-2/+3
* update chef version introducedDerek Groh2018-09-101-1/+1
* chefstyle editsDerek Groh2018-09-041-5/+6
* Remove username and password as requiredDerek Groh2018-08-291-8/+7
* Guard if system is a member of current workgroupDerek Groh2018-08-291-11/+20
* use workgroup instead of domain for descriptionDerek Groh2018-08-241-1/+1
* update class nameDerek Groh2018-08-211-1/+1
* create resource to handle joining windows workstation to workgroupDerek Groh2018-08-211-0/+91