summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Bump version of chef to 12.16.20 by Chef Versioner.v12.16.20Chef Versioner2016-10-214-8/+8
* | | | Merge pull request #5476 from tas50/copyrightsLamont Granquist2016-10-2121-44/+44
|\ \ \ \
| * | | | More Opscode -> Chef updatesTim Smith2016-10-2013-36/+36
| * | | | Fix a few bad copyrightsTim Smith2016-10-208-8/+8
* | | | | Merge pull request #5475 from tas50/spec_typoLamont Granquist2016-10-211-1/+1
|\ \ \ \ \
| * | | | | Fix spec typoTim Smith2016-10-191-1/+1
* | | | | | Merge pull request #5474 from tas50/yum_propertyLamont Granquist2016-10-211-1/+1
|\ \ \ \ \ \
| * | | | | | Use property vs. attribute in yum_propertyTim Smith2016-10-191-1/+1
| |/ / / / /
* | | | | | Bump version of chef to 12.16.19 by Chef Versioner.v12.16.19Chef Versioner2016-10-214-8/+8
* | | | | | Merge pull request #5472 from chef/COOL-597/address-suse-test-failuresTom Duffield2016-10-213-6/+117
|\ \ \ \ \ \
| * | | | | | Raise error if suse group manager adds non-existent userCOOL-597/address-suse-test-failuresTom Duffield2016-10-202-4/+113
| * | | | | | Update useradd test to account for new SUSE 12.1 behaviorTom Duffield2016-10-201-2/+4
* | | | | | | Bump version of chef to 12.16.18 by Chef Versioner.v12.16.18Chef Versioner2016-10-204-8/+8
* | | | | | | Merge pull request #5479 from chef/lcg/rubocop-0.44.1Lamont Granquist2016-10-206-10/+11
|\ \ \ \ \ \ \
| * | | | | | | fixes for rubocop 0.44.1 enginelcg/rubocop-0.44.1Lamont Granquist2016-10-206-10/+11
| | |_|/ / / / | |/| | | | |
* | | | | | | Bump version of chef to 12.16.17 by Chef Versioner.v12.16.17Chef Versioner2016-10-204-8/+8
* | | | | | | Merge pull request #5481 from chef/lcg/node-testsLamont Granquist2016-10-201-0/+28
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Attributes: add tests for regression in 12.0 fixed recentlyLamont Granquist2016-10-201-0/+28
|/ / / / / /
* | | | | | Bump version of chef to 12.16.16 by Chef Versioner.v12.16.16Chef Versioner2016-10-204-8/+8
* | | | | | Merge pull request #5471 from chef/lcg/make-scm-password-sensitiveThom May2016-10-201-7/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | the password is also not desired_statelcg/make-scm-password-sensitiveLamont Granquist2016-10-191-1/+1
| * | | | | convert scm_password to property + make sensitiveLamont Granquist2016-10-191-7/+1
* | | | | | Bump version of chef to 12.16.15 by Chef Versioner.v12.16.15Chef Versioner2016-10-194-8/+8
* | | | | | Merge pull request #5466 from pwalz/fix-crontab-rewritesLamont Granquist2016-10-191-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Style fix - change single quotes to doublePeter Walz2016-10-181-1/+1
| * | | | | Remove leading and trailing quotes when reading certain environment variablesPeter Walz2016-10-181-1/+1
* | | | | | Bump version of chef to 12.16.14 by Chef Versioner.v12.16.14Chef Versioner2016-10-194-8/+8
* | | | | | Merge pull request #5465 from chef/rhass/COOL-541_update-ec2-tagsTom Duffield2016-10-191-1/+3
|\ \ \ \ \ \
| * | | | | | Update EC2 tags for internal standards compliance.rhass/COOL-541_update-ec2-tagsRyan Hass2016-10-181-1/+3
* | | | | | | Bump version of chef to 12.16.13 by Chef Versioner.v12.16.13Chef Versioner2016-10-194-8/+8
* | | | | | | Merge pull request #5463 from chef/tm/last_json_deprecationsThom May2016-10-192-4/+5
|\ \ \ \ \ \ \
| * | | | | | | Return a raw hash when creating objectstm/last_json_deprecationsThom May2016-10-182-4/+5
* | | | | | | | Bump version of chef to 12.16.12 by Chef Versioner.v12.16.12Chef Versioner2016-10-194-8/+8
* | | | | | | | Merge pull request #5464 from chef/lcg/less-global-stateLamont Granquist2016-10-182-1/+13
|\ \ \ \ \ \ \ \
| * | | | | | | | feed chefstyleLamont Granquist2016-10-181-3/+1
| * | | | | | | | add root_run_context to CHILD_STATElcg/less-global-stateLamont Granquist2016-10-181-0/+1
| * | | | | | | | remove dependency on Chef.run_context global stateLamont Granquist2016-10-182-1/+14
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Bump version of chef to 12.16.11 by Chef Versioner.v12.16.11Chef Versioner2016-10-194-8/+8
* | | | | | | | Merge pull request #5468 from chef/rhass/COOL-595_omnibus-dep-bumpLamont Granquist2016-10-181-6/+6
|\ \ \ \ \ \ \ \
| * | | | | | | | Bump omnibus deps once more.rhass/COOL-595_omnibus-dep-bumpRyan Hass2016-10-181-6/+6
* | | | | | | | | Bump version of chef to 12.16.10 by Chef Versioner.v12.16.10Chef Versioner2016-10-194-8/+8
* | | | | | | | | Implement `--config-option` CLI opt for knifedan/config-option-in-knifedanielsdeleo2016-10-186-16/+159
|/ / / / / / / /
* | | | | | | | Bump version of chef to 12.16.9 by Chef Versioner.v12.16.9Chef Versioner2016-10-184-8/+8
* | | | | | | | Merge pull request #5467 from chef/rhass/COOL-595_update-omnibus-gemfile-lockLamont Granquist2016-10-181-9/+9
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Update omnibus Gemfile.lockRyan Hass2016-10-181-9/+9
|/ / / / / / /
* | | | | | | Bump version of chef to 12.16.8 by Chef Versioner.v12.16.8Chef Versioner2016-10-184-8/+8
* | | | | | | Merge pull request #5448 from chilicheech/openssl-latestLamont Granquist2016-10-187-58/+61
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | fix the rubygems version generated by rake dependenciesThiago Oliveira2016-10-135-25/+25
| * | | | | | update openssl to 1.0.2j to address vulnerabilitiesThiago Oliveira2016-10-137-51/+54
* | | | | | | Bump version of chef to 12.16.7 by Chef Versioner.v12.16.7Chef Versioner2016-10-184-8/+8