summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update libxml2 to 2.9.7libxml2_chef14Tim Smith2018-02-201-1/+1
| | | | | | Resolves CVE-2017-15412 Signed-off-by: Tim Smith <tsmith@chef.io>
* 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
| | |
* | | Bump version to 14.0.63 by Expeditorv14.0.63Chef Expeditor2018-02-195-11/+12
| | |
* | | Bump version to 14.0.62 by Expeditorv14.0.62Chef Expeditor2018-02-195-11/+12
| | |
* | | Merge pull request #6843 from Intility/add_powershell_package_source_paramTim Smith2018-02-194-64/+240
|\ \ \ | | | | | | | | Add powershell_package source param
| * | | add tests for build_powershell_commandTor Magnus Rakvåg2018-02-191-0/+100
| | | | | | | | | | | | | | | | Signed-off-by: Tor Magnus Rakvåg <tm@intility.no>
| * | | fix chefstyle errorsTor Magnus Rakvåg2018-02-122-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Tor Magnus Rakvåg <tm@intility.no>
| * | | add source paramTor Magnus Rakvåg2018-02-124-0/+66
| | | | | | | | | | | | | | | | Signed-off-by: Tor Magnus Rakvåg tm@intility.no
| * | | create function to build powershell callsTor Magnus Rakvåg2018-02-122-64/+74
| | | | | | | | | | | | | | | | Signed-off-by: Tor Magnus Rakvåg tm@intility.no
* | | | Merge pull request #6827 from chef/rhsmTim Smith2018-02-1911-0/+864
|\ \ \ \ | | | | | | | | | | Add new Redhat Subscription Manager resources
| * | | | Add new Redhat Subscription Manager resourcesrhsmTim Smith2018-02-1611-0/+864
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | Initial commit of new RHSM resources from the Chef managed cookbook for RHSM Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | Merge pull request #6867 from chef/tm/fix_ohai_testsThom May2018-02-192-5/+2
|\ \ \ \ | | | | | | | | | | fix ohai tests after require_plugin removal
| * | | | fix ohai tests after require_plugin removaltm/fix_ohai_testsThom May2018-02-192-5/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Thom May <thom@chef.io>
* | | | | Merge pull request #6868 from chef/tm/fix_registration_messageThom May2018-02-191-5/+5
|\ \ \ \ \ | | | | | | | | | | | | [Registration] fix crash when unable to make config dir
| * | | | | fix crash when unable to make config dirtm/fix_registration_messageThom May2018-02-191-5/+5
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Thom May <thom@chef.io>
* | | | | Bump version to 14.0.61 by Expeditorv14.0.61Chef Expeditor2018-02-195-11/+12
| | | | |
* | | | | Merge pull request #6795 from chef/hostname_resourceTim Smith2018-02-193-0/+296
|\ \ \ \ \ | |/ / / / |/| | | | Add hostname resource from chef_hostname cookbook
| * | | | Swap out nokogiri for rexmlhostname_resourceTim Smith2018-02-141-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Avoid the dep on nokogiri Signed-off-by: Tim Smith <tsmith@chef.io>