summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Convert parts of cron resource to use propertiescronTim Smith2018-02-221-66/+10
| | | | | | Modernize this resource a bit. Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 14.0.77 by Expeditorv14.0.77Chef Expeditor2018-02-225-11/+12
|
* Bump version to 14.0.76 by Expeditorv14.0.76Chef Expeditor2018-02-225-11/+12
|
* Bump version to 14.0.75 by Expeditorv14.0.75Chef Expeditor2018-02-225-11/+12
|
* Bump version to 14.0.74 by Expeditorv14.0.74Chef Expeditor2018-02-225-11/+12
|
* Bump version to 14.0.73 by Expeditorv14.0.73Chef Expeditor2018-02-224-8/+8
|
* Bump version to 14.0.72 by Expeditorv14.0.72Chef Expeditor2018-02-225-11/+12
|
* Merge pull request #6895 from chef/handler_resourceTim Smith2018-02-223-0/+166
|\ | | | | Add chef_handler resource from chef_handler cookbook
| * Fix the spec failuresTim Smith2018-02-221-0/+1
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Add chef_handler resource from chef_handler cookbookhandler_resourceTim Smith2018-02-212-0/+165
|/ | | | | | | Merges the helper library into the action_class, but otherwise this is the same as the cookbook. Signed-off-by: Tim Smith <tsmith@chef.io>
* Merge pull request #6888 from chef/lcg/testing-crazy-fucking-ideasLamont Granquist2018-02-213-19/+46
|\ | | | | The end of our long travis unit testing nightmare
| * mock specs to very fake user+groupLamont Granquist2018-02-211-11/+14
| | | | | | | | | | | | | | travis tests were sporadially failing based on the presence or absence of an "aj:aj" user+group on the travis testing boxes. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * Fix travis to correctly run-as-rootlcg/testing-crazy-fucking-ideasLamont Granquist2018-02-213-8/+32
| | | | | | | | | | | | | | A spec here was accidentally dropping privs from root which was causing subsequent chaos with file perms issues in later specs. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Merge pull request #6854 from chef/resource_docsTim Smith2018-02-2130-103/+147
|\ \ | |/ |/| Add new introduced and description resource properties to many resources
| * Add new introduced and description resource properties to many resourceTim Smith2018-02-1430-103/+147
| | | | | | | | | | | | Not all of them, but a good chunk. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Merge pull request #6871 from chef/tm/policyful_tarballsThom May2018-02-211-0/+2
|\ \ | | | | | | Allow tarballs generated by chef export to be used
| * | Allow tarballs generated by chef export to be usedtm/policyful_tarballsThom May2018-02-201-0/+2
| | | | | | | | | | | | | | | | | | | | | If we find a config file in the exported tarball, load it up. This way we can use --recipe-url with the direct results of `chef export -a` Signed-off-by: Thom May <thom@chef.io>
* | | Merge pull request #6862 from chef/shain/test_killerThom May2018-02-211-0/+3
|\ \ \ | | | | | | | | Kill any orphaned tests
| * | | Kill any orphaned testsshain/test_killerScott Hain2018-02-201-0/+3
| | | | | | | | | | | | | | | | Signed-off-by: Scott Hain <shain@chef.io>
* | | | Merge pull request #6880 from chef/sp/no-nodes-in-repoThom May2018-02-211-0/+3
|\ \ \ \ | | | | | | | | | | Git ignore any node json generated during development
| * | | | Git ignore any node json generated during developmentsp/no-nodes-in-repoStuart Preston2018-02-201-0/+3
| |/ / / | | | | | | | | | | | | Signed-off-by: Stuart Preston <stuart@chef.io>
* | | | Merge pull request #6882 from chef/roadmapThom May2018-02-211-11/+0
|\ \ \ \ | | | | | | | | | | Remove the outdated roadmap file
| * | | | Remove the outdated roadmap fileroadmapTim Smith2017-09-071-11/+0
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | | Merge pull request #6885 from chef/libxml2_chef14Thom May2018-02-211-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Update libxml2 to 2.9.7
| * | | | | Update libxml2 to 2.9.7libxml2_chef14Tim Smith2018-02-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolves CVE-2017-15412 Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | | | Merge pull request #6883 from martinisoft/martinisoft/inet_family_supportThom May2018-02-212-3/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add support for network family in ifconfig for Debian platforms
| * | | | | | Correct a :cop: violationAaron Kalin2018-02-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Aaron Kalin <akalin@martinisoftware.com>
| * | | | | | Add support for network family in DebianAaron Kalin2018-02-202-3/+4
| | |_|/ / / | |/| | | | | | | | | | | | | | | | Signed-off-by: Aaron Kalin <akalin@martinisoftware.com>
* | | | | | Bump version to 14.0.71 by Expeditorv14.0.71Chef Expeditor2018-02-215-11/+12
| | | | | |
* | | | | | Merge pull request #6879 from chef/lcg/travis-tetingThom May2018-02-211-6/+6
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Disable sudo on unit tests
| * | | | | Disable sudo on unit testslcg/travis-tetingLamont Granquist2018-02-201-6/+6
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | This seems to make unit tests on travis somewhat more stable Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | | | Bump version to 14.0.70 by Expeditorv14.0.70Chef Expeditor2018-02-215-11/+12
| | | | |
* | | | | Merge pull request #6878 from chef/macos_userdefaultsTim Smith2018-02-203-0/+172
|\ \ \ \ \ | |/ / / / |/| | | | Add macos_user_defaults resource from mac_os_x cookbook
| * | | | Load the current value properly in the resourceTim Smith2018-02-201-15/+10
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | | Add specs for the value coerceTim Smith2018-02-201-0/+14
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | | Properly coerce the various boolean inputs for state checkingTim Smith2018-02-201-3/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We should coerce the value right on the property instead of creating another value we use when fetching state. Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | | Turns out the cookbook docs were wrong and domain isn't a name_propertyTim Smith2018-02-201-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | | Add resource documentation and fix some propertiesTim Smith2018-02-201-8/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Domain *should* be the name_property. The docs say it is. Set desired_state false on sudo and is_set Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | | Add macos_user_defaults resource from mac_os_x cookbookTim Smith2018-02-203-0/+114
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Brought in as-is from the upstream cookbook Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | | Merge pull request #6876 from chef/test_cookbooksTim Smith2018-02-202-6/+0
|\ \ \ \ \ | |/ / / / |/| | | | Update cookbooks we use in kitchen tests
| * | | | Remove the dependency on chef_hostname now that hostname is built intest_cookbooksTim Smith2018-02-201-1/+0
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | | Remove the docker install testsTim Smith2018-02-202-5/+0
|/ / / / | | | | | | | | | | | | | | | | | | | | These have no value in testing overall chef funcationality Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | Bump version to 14.0.69 by Expeditorv14.0.69Chef Expeditor2018-02-205-11/+12
| | | |
* | | | Merge pull request #6869 from tarcinil/fix/6785Thom May2018-02-203-4/+4
|\ \ \ \ | | | | | | | | | | updating paranoid to verify_host_key
| * | | | updated Gemfile.lockVern Burton2018-02-191-2/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Vern Burton <me@vernburton.com>
| * | | | updating paranoid to verify_host_key for net-ssh for 4.2 greater and ↵Vern Burton2018-02-192-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | updating gemspec. This breaks net-ssh 4.1 and lowers backwards compatibility Signed-off-by: Vern Burton <me@vernburton.com>
* | | | | Bump version to 14.0.68 by Expeditorv14.0.68Chef Expeditor2018-02-205-11/+12
| | | | |
* | | | | Merge pull request #6875 from chef/tm/fix_proxy_testsThom May2018-02-201-0/+4
|\ \ \ \ \ | | | | | | | | | | | | make sure all proxy settings are dealt with
| * | | | | make sure all proxy settings are dealt withtm/fix_proxy_testsThom May2018-02-201-0/+4
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Thom May <thom@chef.io>
* | | | | Bump version to 14.0.67 by Expeditorv14.0.67Chef Expeditor2018-02-205-11/+12
| | | | |