summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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>
| * | | | Add new resource description and introduced valuesTim Smith2018-02-141-6/+28
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | | Add hostname resource from chef_hostname cookbookTim Smith2018-02-143-0/+273
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add in a new resource for managing hostnames Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | | Bump version to 14.0.60 by Expeditorv14.0.60Chef Expeditor2018-02-195-14/+15
| | | | |
* | | | | Merge pull request #6496 from shoekstra/fix_5695Thom May2018-02-191-4/+16
|\ \ \ \ \ | |_|_|_|/ |/| | | | registry_key: Add sensitive property support for suppressing output (fixes #5695)
| * | | | Suppress key data value if sensitive (fixes #5695)Stephen Hoekstra2018-02-151-4/+16
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Stephen Hoekstra <shoekstra@schubergphilis.com>
* | | | | Bump version to 14.0.59 by Expeditorv14.0.59Chef Expeditor2018-02-155-11/+12
| | | | |
* | | | | Merge pull request #6845 from chef/updates2Lamont Granquist2018-02-142-17/+27
|\ \ \ \ \ | |/ / / / |/| | | | Use the updated inspec gem - 1.51.18
| * | | | Use the updated inspec gem - 1.51.18updates2Tim Smith2018-02-122-19/+29
| | |/ / | |/| | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | Bump version to 14.0.58 by Expeditorv14.0.58Chef Expeditor2018-02-145-11/+12
| | | |
* | | | Merge pull request #6846 from chef/lcg/add-nodemap-delete-classLamont Granquist2018-02-142-2/+53
|\ \ \ \ | |_|/ / |/| | | add Chef::NodeMap#delete_class API
| * | | chefstylelcg/add-nodemap-delete-classLamont Granquist2018-02-131-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | add specsLamont Granquist2018-02-132-2/+30
| | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | add Chef::NodeMap#delete_class APILamont Granquist2018-02-121-0/+23
| |/ / | | | | | | | | | | | | | | | | | | | | | halite needs this public API in order to not be so brittle. needs tests... Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | Bump version to 14.0.57 by Expeditorv14.0.57Chef Expeditor2018-02-145-11/+12
| | |
* | | Merge pull request #6850 from chef/tm/fix_windows_env_testsThom May2018-02-141-1/+1
|\ \ \ | | | | | | | | only run windows env specs on windows
| * | | only run windows env specs on windowstm/fix_windows_env_testsThom May2018-02-141-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Thom May <thom@chef.io>
* | | | Merge pull request #6794 from cramaechi/CHEF-4342Thom May2018-02-141-2/+7
|\ \ \ \ | |/ / / |/| | | Fix "knife ssh" authentication scheme #4342
| * | | Ignore user SSH key authentication if password is givenChibuikem Amaechi2018-02-011-7/+7
| | | | | | | | | | | | | | | | Signed-off-by: Chibuikem Amaechi <cramaechi@me.com>