summaryrefslogtreecommitdiff
path: root/lib/chef
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 16.0.162 by Chef Expeditorv16.0.162Chef Expeditor2020-03-271-1/+1
* Merge pull request #9480 from chef/fix-clear-sourcesTim Smith2020-03-273-8/+35
|\
| * Fix comment documenting include_default_source? function.fix-clear-sourcesPete Higgins2020-03-231-5/+5
| * Make include_default_source nil by default and change implied logic.Pete Higgins2020-03-232-3/+17
| * Clear sources if either a source or rubygems_url is set.Pete Higgins2020-03-231-3/+4
| * Fix whitespace.Pete Higgins2020-03-231-1/+1
| * Add documentation for new magic clear_sources behavior.Pete Higgins2020-03-231-0/+4
| * Switch to canonical "https://rubygems.org" URL for rubygems.Pete Higgins2020-03-233-3/+3
| * Change the default value for :rubygems_url to be nil.Pete Higgins2020-03-231-1/+1
| * Move clear_sources? helper from resource to provider.Pete Higgins2020-03-232-9/+9
| * Update gem_package to make clear_sources opt-out.Pete Higgins2020-03-232-1/+9
| * Default clear_sources to nil for chef_gem and gem_package.Pete Higgins2020-03-231-1/+1
* | Bump version to 16.0.161 by Chef Expeditorv16.0.161Chef Expeditor2020-03-271-1/+1
* | Merge pull request #9524 from MsysTechnologiesllc/sangmeshA/Fix_windows_share...Tim Smith2020-03-271-1/+1
|\ \
| * | Cannot modify frozen string issue resolvedsanga172020-03-241-1/+1
* | | 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