summaryrefslogtreecommitdiff
path: root/lib/chef
Commit message (Expand)AuthorAgeFilesLines
* fix 2 lintingsPatrick Schaumburg2020-03-301-2/+3
* return true instead of easily truePatrick Schaumburg2020-03-301-1/+1
* fix rubocopPatrick Schaumburg2020-03-301-2/+3
* fix linting errors + add unit test for is_set_properly? methodPatrick Schaumburg2020-03-301-6/+6
* add check for protocol and icmp_type during action createPatrick Schaumburg2020-03-301-1/+31
* add existing examples to codePatrick Schaumburg2020-03-301-0/+28
* use double quotes instead of single quotesPatrick Schaumburg2020-03-271-1/+1
* add icmp_type propertyPatrick Schaumburg2020-03-261-2/+10
* remove default value for descriptionPatrick Schaumburg2020-03-261-1/+0
* Bump version to 16.0.160 by Chef Expeditorv16.0.160Chef Expeditor2020-03-261-1/+1
* Improve chef_client_* resourcesTim Smith2020-03-252-13/+38
* Bump version to 16.0.159 by Chef Expeditorv16.0.159Chef Expeditor2020-03-251-1/+1
* Output to a file instead of stdoutbtm/knife-yamlBryan McLellan2020-03-252-20/+52
* Add a `knife yaml convert` toolBryan McLellan2020-03-251-0/+67
* Bump version to 16.0.158 by Chef Expeditorv16.0.158Chef Expeditor2020-03-251-1/+1
* Add missing introduced value to the new property in rhsm_registeradd_introducedTim Smith2020-03-241-1/+2
* Bump version to 16.0.157 by Chef Expeditorv16.0.157Chef Expeditor2020-03-251-1/+1
* Bump version to 16.0.156 by Chef Expeditorv16.0.156Chef Expeditor2020-03-241-1/+1
* Merge pull request #9528 from chef/chef_client_windows_taskTim Smith2020-03-243-0/+183
|\
| * Add chef_client_windows_task resource from chef-client cookbookchef_client_windows_taskTim Smith2020-03-243-0/+183
* | Bump version to 16.0.155 by Chef Expeditorv16.0.155Chef Expeditor2020-03-241-1/+1
* | Add :https_for_ca_consumer property to rhsm_register resourceJason Barnett2020-03-241-1/+11
* | Bump version to 16.0.154 by Chef Expeditorv16.0.154Chef Expeditor2020-03-241-1/+1
* | clean up chef_client_cronLamont Granquist2020-03-242-10/+35
* | Bump version to 16.0.153 by Chef Expeditorv16.0.153Chef Expeditor2020-03-241-1/+1
|/
* Set append_log_file property to true by defaultchef_client_cronTim Smith2020-03-241-2/+2
* If append_log_file is set then use the -L flagTim Smith2020-03-241-2/+26
* Validate that splay values are positiveTim Smith2020-03-231-1/+3
* Use random to ensure we have a splay sleep time in rangeTim Smith2020-03-231-7/+7
* Let env vars be handled by the cron_d resourceTim Smith2020-03-231-10/+10
* Add missing description for mailto propertyTim Smith2020-03-231-1/+2
* Fix some bugs in command generation and add specsTim Smith2020-03-231-3/+4
* Create the log directory if it's missingTim Smith2020-03-231-1/+10
* Add cron timing validations, descriptions, and more propertiesTim Smith2020-03-231-13/+94
* Use the dist valuesTim Smith2020-03-232-6/+11
* Chefstyle and add missing helperTim Smith2020-03-231-12/+20
* Add chef_client_cron resource from chef-client cookbookTim Smith2020-03-232-0/+79
* Bump version to 16.0.152 by Chef Expeditorv16.0.152Chef Expeditor2020-03-231-1/+1
* Merge pull request #9522 from chef/cron_validationsTim Smith2020-03-233-139/+102
|\
| * Make this a helper module not a mixincron_validationsTim Smith2020-03-233-12/+12
| * Chefstyle fixTim Smith2020-03-231-2/+2
| * Update lib/chef/mixin/cron_validations.rb Tim Smith2020-03-231-13/+3
| * Remove another duplicate value checkTim Smith2020-03-231-1/+0
| * Update lib/chef/mixin/cron_validations.rb Tim Smith2020-03-231-1/+0
| * Update lib/chef/mixin/cron_validations.rb Tim Smith2020-03-231-3/+1
| * Update lib/chef/mixin/cron_validations.rb Tim Smith2020-03-231-1/+0
| * Move the first part of the cron resource over to mixin cron validationsTim Smith2020-03-231-67/+21
| * Move cron validatioin methods into a mixinTim Smith2020-03-232-72/+96
* | Bump version to 16.0.151 by Chef Expeditorv16.0.151Chef Expeditor2020-03-231-1/+1
* | Simplify YAML mode checking for chef-applyBryan McLellan2020-03-231-5/+2