summaryrefslogtreecommitdiff
path: root/lib/chef/resource
Commit message (Expand)AuthorAgeFilesLines
* Update lib/chef/resource/windows_user_privilege.rb Davin Taddeo2020-06-241-1/+1
* Update teh windows_user_privilege resource to have a `:clear` action to remov...Davin Taddeo2020-06-241-2/+25
* Fix more typosTim Smith2020-06-231-1/+1
* Setup cspell to pull from our common dictionaryTim Smith2020-06-231-1/+1
* Copy examples and description from website for gem_package.Pete Higgins2020-06-221-2/+35
* Replace hardcoded references to the product with the obfuscated versions.Pete Higgins2020-06-221-7/+7
* Remove redundant requires.Pete Higgins2020-06-181-3/+0
* Add example from docs site.Pete Higgins2020-06-181-0/+31
* Move code comments to resource description and add warning from the docs site.Pete Higgins2020-06-181-13/+18
* Fix whitespace.Pete Higgins2020-06-181-5/+8
* Merge pull request #10020 from chef/add_sudo_examplesTim Smith2020-06-186-4/+78
|\
| * Full path -> Absolute pathTim Smith2020-06-183-3/+3
| * Update lib/chef/resource/timezone.rb Tim Smith2020-06-181-1/+1
| * Add more examples to the resource codeTim Smith2020-06-184-1/+75
* | windows_security_policy was using resource_name instead of providesDavin Taddeo2020-06-181-1/+1
|/
* update the list of allowed policies for the windows_security_policy resourceDavin Taddeo2020-06-171-15/+17
* Minor docs updates and MacOS -> macOSTim Smith2020-06-171-2/+3
* fix for bug if subcategory property isn't entered, it's a nil value, not an e...Davin Taddeo2020-06-171-1/+1
* Change a variable name causing a spelling violation.Pete Higgins2020-06-161-5/+5
* Cleanup more resource examplesdocumentationTim Smith2020-06-162-83/+16
* Merge pull request #10001 from chef/cron_cleanupTim Smith2020-06-155-246/+157
|\
| * Chefstyle fixesTim Smith2020-06-151-3/+0
| * Moved all the constants together.antima-gupta2020-06-104-12/+10
| * removed cron helper filesantima-gupta2020-06-101-21/+0
| * Added cron_shared partial.antima-gupta2020-06-104-231/+158
| * Added freeze for WEEKDAYS constant.antima-gupta2020-06-101-6/+8
| * Fixed cron resource weekday property.antima-gupta2020-06-104-28/+36
* | Improve resource documentationTim Smith2020-06-153-13/+13
* | fixed the introduced method callDavin Taddeo2020-06-151-1/+1
* | modifying some line spacing and adding an "introduced" tag.Davin Taddeo2020-06-151-1/+2
* | updates for chefstyle and spellcheck errorsDavin Taddeo2020-06-151-1/+1
* | add some appropriate bangs (!) and change the resource description in guidanc...Davin Taddeo2020-06-151-6/+6
* | Update lib/chef/resource/windows_audit_policy.rb Davin Taddeo2020-06-151-1/+1
* | fix some badly named variables, and added auditpol to the cspell list as I ca...Davin Taddeo2020-06-151-3/+3
* | Updated code to reflect feedback from @phigginsDavin Taddeo2020-06-151-78/+78
* | Merge branch 'master' of github.com:chef/chef into windows_audit_policyDavin Taddeo2020-06-159-12/+12
|\ \
| * | Use .match? not =~ when match values aren't necessaryTim Smith2020-06-119-12/+12
* | | more chefstyle fixes - should be the lastDavin Taddeo2020-06-111-6/+6
* | | Merge branch 'master' of github.com:chef/chef into windows_audit_policyDavin Taddeo2020-06-118-25/+10
|\ \ \ | |/ /
| * | Fix chefstyle violations.Pete Higgins2020-06-112-2/+2
| * | Remove an unnecessary require.Pete Higgins2020-06-101-1/+0
| * | Remove some unnecessary requires.Pete Higgins2020-06-105-5/+0
| * | Remove unnecessary provides line from WindowsScript.Pete Higgins2020-06-101-2/+0
| * | Remove unnecessary protected/public blocks.Pete Higgins2020-06-101-6/+2
| * | Remove shared initializer for WindowsScript.Pete Higgins2020-06-103-11/+8
| |/
* | re-fix chefstyle thingsDavin Taddeo2020-06-111-15/+15
* | updating to use the `converge_by` option for nicer logging during the client ...Davin Taddeo2020-06-111-35/+34
* | chefstyle and spellcheck fixes.Davin Taddeo2020-06-111-20/+21
* | fix a missing comma in the code. :facepalm:Davin Taddeo2020-06-111-2/+2
* | Add some code examplesDavin Taddeo2020-06-101-0/+33