summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Add a doc comment.resource-umask-propertyPete Higgins2020-06-161-1/+6
* Mark the umask property desired_state: false.Pete Higgins2020-06-161-1/+1
* Simplify with_umask code.Pete Higgins2020-06-161-11/+4
* Add a umask property for resources.Pete Higgins2020-06-161-1/+20
* Change a variable name causing a spelling violation.Pete Higgins2020-06-161-5/+5
* Bump version to 16.2.38 by Chef Expeditorv16.2.38Chef Expeditor2020-06-161-1/+1
* Merge pull request #10002 from chef/documentationTim Smith2020-06-162-83/+16
|\
| * Cleanup more resource examplesdocumentationTim Smith2020-06-162-83/+16
* | Bump version to 16.2.37 by Chef Expeditorv16.2.37Chef Expeditor2020-06-161-1/+1
|/
* Merge pull request #10001 from chef/cron_cleanupTim Smith2020-06-157-260/+159
|\
| * 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-105-233/+160
| * Added freeze for WEEKDAYS constant.antima-gupta2020-06-101-6/+8
| * Fixed cron resource weekday property.antima-gupta2020-06-105-40/+36
* | Bump version to 16.2.36 by Chef Expeditorv16.2.36Chef Expeditor2020-06-151-1/+1
* | Improve resource documentationTim Smith2020-06-153-13/+13
* | Bump version to 16.2.35 by Chef Expeditorv16.2.35Chef Expeditor2020-06-151-1/+1
* | Merge pull request #9967 from zfjagann/masterTim Smith2020-06-152-2/+2
|\ \
| * | Add "most recent call first" to traceback messageZeal Wierslee2020-06-082-2/+2
* | | Bump version to 16.2.34 by Chef Expeditorv16.2.34Chef Expeditor2020-06-151-1/+1
* | | Bump version to 16.2.33 by Chef Expeditorv16.2.33Chef Expeditor2020-06-151-1/+1
* | | Merge pull request #9980 from chef-davin/windows_audit_policyTim Smith2020-06-153-1/+229
|\ \ \
| * | | 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-152-2/+2
| * | | 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-1570-130/+199
| |\ \ \
| * | | | 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-1112-37/+22
| |\ \ \ \
| * | | | | 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 windows_audit_policy to the resource list.Davin Taddeo2020-06-101-0/+1
| * | | | | Add some code examplesDavin Taddeo2020-06-101-0/+33
| * | | | | Create windows_audit_policy resource and some unit tests for it.Davin Taddeo2020-06-101-0/+193
* | | | | | Merge pull request #9963 from ramereth/fix-chef-apply-enforce_licenseTim Smith2020-06-151-1/+1
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Fix how enforce_license is set in run method for chef-applyLance Albertson2020-06-081-1/+1
| | |_|/ / | |/| | |
* | | | | Bump version to 16.2.32 by Chef Expeditorv16.2.32Chef Expeditor2020-06-151-1/+1
* | | | | Chefstyle fixesTim Smith2020-06-141-5/+6
* | | | | Bump version to 16.2.31 by Chef Expeditorv16.2.31Chef Expeditor2020-06-141-1/+1
* | | | | Bump version to 16.2.30 by Chef Expeditorv16.2.30Chef Expeditor2020-06-141-1/+1
* | | | | Merge pull request #9989 from chef/matchTim Smith2020-06-1468-102/+102
|\ \ \ \ \
| * | | | | Avoid a nil checkmatchTim Smith2020-06-111-1/+1
| * | | | | Use .match? not =~ when match values aren't necessaryTim Smith2020-06-1168-102/+102
| | |_|/ / | |/| | |