summaryrefslogtreecommitdiff
path: root/lib/chef/resource
Commit message (Expand)AuthorAgeFilesLines
...
* missing fixesLamont Granquist2020-10-261-5/+5
* Final batch of unified_mode providersLamont Granquist2020-10-267-26/+852
* Update lib/chef/resource/ifconfig.rb Tim Smith2020-10-261-1/+1
* ifconfig is not compatible with Fedora 33 or laterTim Smith2020-10-261-1/+1
* Fix LWRP build cacheThomas Heinen2020-10-201-2/+2
* Merge pull request #10530 from chef/test_ifconfigTim Smith2020-10-191-5/+48
|\
| * Remove bogus example and add a note to the description.Tim Smith2020-10-191-9/+1
| * Test ifconfig in Test Kitchen and add examples to the resourcetest_ifconfigTim Smith2020-10-191-4/+55
* | Add bridge property to ifconfig for RHEL based systemsTim Smith2020-10-191-0/+4
|/
* Merge pull request #10520 from chef/lwrp_cleanupTim Smith2020-10-191-2/+0
|\
| * Move the alias for attribute to property right into the property mixinlwrp_cleanupTim Smith2020-10-161-2/+0
* | Merge pull request #10494 from chef/refactor-resource-guard-interpreterTim Smith2020-10-191-1/+1
|\ \
| * | Refactor resource guard interpreter.refactor-resource-guard-interpreterPete Higgins2020-10-161-1/+1
| |/
* | Fix bad formatting in a deprecation messageTim Smith2020-10-161-1/+1
|/
* Avoid using complex regexes when we can use include?Tim Smith2020-10-161-1/+1
* Avoid declaring arrays in loopsTim Smith2020-10-161-1/+3
* Resource documentation updates from reviewTim Smith2020-10-152-4/+6
* More resource documentation improvementTim Smith2020-10-153-8/+7
* Update powershell_script description to match docs site.Pete Higgins2020-10-151-8/+5
* Minor updates for documentation generationTim Smith2020-10-155-5/+5
* Add a bit more formattingTim Smith2020-10-131-1/+1
* Update formatting for dirsTim Smith2020-10-131-1/+1
* Improve descriptions in chef_client_configTim Smith2020-10-131-3/+4
* Update examples and descriptions for better automated documentationTim Smith2020-10-138-36/+35
* Lazy node.name to avoid failureschef_configTim Smith2020-10-131-1/+1
* Default to node_name to node.nameTim Smith2020-10-131-2/+4
* Add group propertyTim Smith2020-10-131-1/+8
* Use instance_variable_get instead of evalTim Smith2020-10-131-2/+2
* Remove run_pathTim Smith2020-10-132-5/+0
* Speed up the erb a bitTim Smith2020-10-131-25/+25
* Update lib/chef/resource/chef_client_config.rb Tim Smith2020-10-131-1/+1
* More description updatesTim Smith2020-10-131-3/+3
* Improve example descriptionsTim Smith2020-10-131-0/+4
* Improve handler descriptions and add an exampleTim Smith2020-10-131-3/+21
* Move some of the erb logic into the resourceTim Smith2020-10-132-7/+28
* Add additional_config propertyTim Smith2020-10-122-2/+24
* Update lib/chef/resource/chef_client_config.rb Tim Smith2020-10-121-1/+1
* Update lib/chef/resource/chef_client_config.rb Tim Smith2020-10-121-3/+3
* Add examplesTim Smith2020-10-121-0/+20
* chef_client_config resourceTim Smith2020-10-122-0/+288
* add interpreter to handle pwsh and powershell to powershell_scriptps_scriptmwrock2020-10-071-1/+7
* updates from reviewDavin Taddeo2020-09-301-1/+1
* trailing space cleanup.Davin Taddeo2020-09-301-1/+1
* fix for the windows_audit_policy resource and added some tests for it into th...Davin Taddeo2020-09-301-24/+26
* Bump dependencies to latest + resolve Chefstyle warningTim Smith2020-09-281-0/+1
* Merge pull request #10463 from 007lva/chore/use-ruby-2.6-endless-rangeTim Smith2020-09-251-1/+1
|\
| * Use Ruby 2.6 endless Range syntax007lva2020-09-241-1/+1
* | autoload addressable/uri on :URI inside addressable modulemwrock2020-09-241-1/+3
|/
* Merge pull request #10451 from chef/requiresTim Smith2020-09-231-1/+1
|\
| * Use ChefUtils::CANARY and update to the chefstyle that enforces thatTim Smith2020-09-231-1/+1