summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Fix chefstyle violation.Pete Higgins2020-03-231-1/+1
| * | | Make include_default_source nil by default and change implied logic.Pete Higgins2020-03-233-15/+136
| * | | Clear sources if either a source or rubygems_url is set.Pete Higgins2020-03-232-4/+25
| * | | 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-235-24/+24
| * | | Change the default value for :rubygems_url to be nil.Pete Higgins2020-03-233-10/+10
| * | | Move clear_sources? helper from resource to provider.Pete Higgins2020-03-234-47/+54
| * | | Update gem_package to make clear_sources opt-out.Pete Higgins2020-03-234-7/+66
| * | | Default clear_sources to nil for chef_gem and gem_package.Pete Higgins2020-03-233-4/+4
* | | | Bump version to 16.0.161 by Chef Expeditorv16.0.161Chef Expeditor2020-03-277-19/+20
* | | | Merge pull request #9524 from MsysTechnologiesllc/sangmeshA/Fix_windows_share...Tim Smith2020-03-272-2/+4
|\ \ \ \ | |_|/ / |/| | |
| * | | Required specs updatedsanga172020-03-261-3/+1
| * | | Specs added for freezed string and cloned stringsanga172020-03-241-0/+4
| * | | Cannot modify frozen string issue resolvedsanga172020-03-241-1/+1
* | | | Bump version to 16.0.160 by Chef Expeditorv16.0.160Chef Expeditor2020-03-267-19/+20
* | | | Merge pull request #9540 from chef/client_resourcesTim Smith2020-03-254-19/+86
|\ \ \ \
| * | | | Improve chef_client_* resourcesTim Smith2020-03-254-19/+86
|/ / / /
* | | | Bump version to 16.0.159 by Chef Expeditorv16.0.159Chef Expeditor2020-03-257-19/+20
* | | | Merge pull request #9508 from chef/btm/knife-yamlTim Smith2020-03-252-0/+99
|\ \ \ \
| * | | | 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
|/ / / /
* | | | Merge pull request #9537 from chef/csnapp/fix_precommand_hookTim Smith2020-03-251-0/+3
|\ \ \ \
| * | | | Modify pre-command hook to only run in verify pipelineChristopher A. Snapp2020-03-251-0/+3
* | | | | Bump version to 16.0.158 by Chef Expeditorv16.0.158Chef Expeditor2020-03-257-19/+20
* | | | | Merge pull request #9534 from chef/add_introducedTim Smith2020-03-251-1/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | 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-257-19/+20
* | | | Merge pull request #9531 from chef/fix_windows_buildsTim Smith2020-03-241-1/+1
|\ \ \ \
| * | | | Switch to RUBY_PLATFORM for the windows checkfix_windows_buildsTim Smith2020-03-241-1/+1
* | | | | Bump version to 16.0.156 by Chef Expeditorv16.0.156Chef Expeditor2020-03-247-19/+20
* | | | | Merge pull request #9528 from chef/chef_client_windows_taskTim Smith2020-03-244-0/+253
|\ \ \ \ \
| * | | | | Add chef_client_windows_task resource from chef-client cookbookchef_client_windows_taskTim Smith2020-03-244-0/+253
* | | | | | Bump version to 16.0.155 by Chef Expeditorv16.0.155Chef Expeditor2020-03-247-19/+20
* | | | | | Merge pull request #9525 from jasonwbarnett/feature/add-use_https-to-rhsm_reg...Tim Smith2020-03-242-1/+35
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Add :https_for_ca_consumer property to rhsm_register resourceJason Barnett2020-03-242-1/+35
|/ / / / /
* | | | | Bump version to 16.0.154 by Chef Expeditorv16.0.154Chef Expeditor2020-03-247-19/+20
* | | | | Merge pull request #9527 from chef/lcg/cleanup-chef-client-cronTim Smith2020-03-242-10/+35
|\ \ \ \ \
| * | | | | clean up chef_client_cronLamont Granquist2020-03-242-10/+35
|/ / / / /
* | | | | Bump version to 16.0.153 by Chef Expeditorv16.0.153Chef Expeditor2020-03-247-19/+20
|/ / / /
* | | | Merge pull request #9518 from chef/chef_client_cronTim Smith2020-03-245-0/+330
|\ \ \ \
| * | | | Set append_log_file property to true by defaultchef_client_cronTim Smith2020-03-242-10/+10
| * | | | If append_log_file is set then use the -L flagTim Smith2020-03-242-3/+27
| * | | | Validate that splay values are positiveTim Smith2020-03-232-3/+14
| * | | | Use random to ensure we have a splay sleep time in rangeTim Smith2020-03-232-16/+16
| * | | | 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-232-3/+40
| * | | | Test the log directory creation in kitchenTim Smith2020-03-231-0/+1
| * | | | Create the log directory if it's missingTim Smith2020-03-231-1/+10