summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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 #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
| | | |
* | | | Merge pull request #6874 from chef/tm/fix_chefstyle_againThom May2018-02-201-3/+3
|\ \ \ \ | | | | | | | | | | fix chefstyle
| * | | | fix chefstyletm/fix_chefstyle_againThom May2018-02-201-3/+3
|/ / / / | | | | | | | | | | | | Signed-off-by: Thom May <thom@chef.io>
* | | | Bump version to 14.0.66 by Expeditorv14.0.66Chef Expeditor2018-02-205-11/+12
| |_|/ |/| |
* | | Merge pull request #6859 from higanworks/compare_with_identifierThom May2018-02-201-1/+4
|\ \ \ | | | | | | | | check identifier to resolve exported cookbooks by chef export
| * | | check identifier to resolve exported cookbooks by chef exportsawanoboly2018-02-151-1/+4
| | | | | | | | | | | | | | | | Signed-off-by: SAWANOBORI Yukihiko <sawanoboriyu@higanworks.com>
* | | | Bump version to 14.0.65 by Expeditorv14.0.65Chef Expeditor2018-02-205-11/+12
| | | |
* | | | Merge pull request #6793 from chef/ohai_hintThom May2018-02-203-0/+140
|\ \ \ \ | |_|/ / |/| | | Add ohai_hint resource from ohai cookbook
| * | | Update documentation per reviewohai_hintTim Smith2018-02-191-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | Use TrueClass / FalseClass and remove kind_ofTim Smith2018-02-141-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | Add new description and introduced fieldsTim Smith2018-02-131-5/+20
| | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | Chefstyle fixesTim Smith2018-02-131-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | Make sure to use declare resource everywhereTim Smith2018-02-131-4/+4
| | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | Add ohai_hint resourceTim Smith2018-02-133-0/+125
| | | | | | | | | | | | | | | | | | | | | | | | This makes it easier to drop off a hint and reload ohai w/o bringing in cookbook dependencies. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | Bump version to 14.0.64 by Expeditorv14.0.64Chef Expeditor2018-02-195-11/+12
| | | |