summaryrefslogtreecommitdiff
path: root/lib/chef
Commit message (Collapse)AuthorAgeFilesLines
* updating paranoid to verify_host_key for net-ssh for 4.2 greater and ↵Vern Burton2018-02-191-1/+1
| | | | | | | | 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.64 by Expeditorv14.0.64Chef Expeditor2018-02-191-1/+1
|
* Bump version to 14.0.63 by Expeditorv14.0.63Chef Expeditor2018-02-191-1/+1
|
* Bump version to 14.0.62 by Expeditorv14.0.62Chef Expeditor2018-02-191-1/+1
|
* Merge pull request #6843 from Intility/add_powershell_package_source_paramTim Smith2018-02-192-7/+23
|\ | | | | Add powershell_package source param
| * fix chefstyle errorsTor Magnus Rakvåg2018-02-121-1/+1
| | | | | | | | Signed-off-by: Tor Magnus Rakvåg <tm@intility.no>
| * add source paramTor Magnus Rakvåg2018-02-122-0/+6
| | | | | | | | Signed-off-by: Tor Magnus Rakvåg tm@intility.no
| * create function to build powershell callsTor Magnus Rakvåg2018-02-121-7/+17
| | | | | | | | Signed-off-by: Tor Magnus Rakvåg tm@intility.no
* | Merge pull request #6827 from chef/rhsmTim Smith2018-02-196-0/+432
|\ \ | | | | | | Add new Redhat Subscription Manager resources
| * | Add new Redhat Subscription Manager resourcesrhsmTim Smith2018-02-166-0/+432
| | | | | | | | | | | | | | | | | | | | | 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-191-3/+1
|\ \ \ | | | | | | | | fix ohai tests after require_plugin removal
| * | | fix ohai tests after require_plugin removaltm/fix_ohai_testsThom May2018-02-191-3/+1
| | | | | | | | | | | | | | | | 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-191-1/+1
| | | |
* | | | Merge pull request #6795 from chef/hostname_resourceTim Smith2018-02-192-0/+253
|\ \ \ \ | |/ / / |/| | | 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-142-0/+230
| | | | | | | | | | | | | | | | | | | | | | | | 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-191-1/+1
| | | |
* | | | 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-151-1/+1
|/ / / /
* | | | Bump version to 14.0.58 by Expeditorv14.0.58Chef Expeditor2018-02-141-1/+1
| | | |
* | | | Merge pull request #6846 from chef/lcg/add-nodemap-delete-classLamont Granquist2018-02-141-0/+26
|\ \ \ \ | |/ / / |/| | | add Chef::NodeMap#delete_class API
| * | | add specsLamont Granquist2018-02-131-0/+3
| | | | | | | | | | | | | | | | 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-141-1/+1
| | |
* | | 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>
| * | | Fix "knife ssh" authentication scheme #4342Chibuikem Amaechi2018-02-011-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Affects at least knife 12.5.1 When a user uses knife ssh in "password, not key" mode, it fails. Signed-off-by: Chibuikem Amaechi <cramaechi@me.com>
* | | | Merge pull request #6471 from dimsh99/fix_for_4816Thom May2018-02-141-31/+14
|\ \ \ \ | | | | | | | | | | Fix to use cookbook name in local mode or chef-zero
| * \ \ \ Merge upstreamDmitry Shestoperov2018-02-1337-97/+429
| |\ \ \ \
| * | | | | cookbooks metadata are used instead of directory namedmitrys2017-10-031-31/+14
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: dmitrys <dmitrys@northernlight.com>
* | | | | | Bump version to 14.0.56 by Expeditorv14.0.56Chef Expeditor2018-02-131-1/+1
| | | | | |
* | | | | | Merge pull request #6822 from chef/lcg/remote_file_cleanup_tempfilesLamont Granquist2018-02-131-3/+8
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | RemoteFile: unlink tempfile when using cache control shows unchanged
| * | | | | RemoteFile: unlink tempfile when using cache control shows unchangedlcg/remote_file_cleanup_tempfilesLamont Granquist2018-02-021-3/+8
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We can get back a nil tempfile from the streaming downloader which means that we need to clean up our own tempfile since the base file provider will not do it for us. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | | | Bump version to 14.0.55 by Expeditorv14.0.55Chef Expeditor2018-02-121-1/+1
| | | | |
* | | | | Merge pull request #6612 from ↵Thom May2018-02-126-95/+55
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | MsysTechnologiesllc/harry/allow_setting_environment_variables_at_the_user [MSYS-726] Allow setting environment variables at the user level
| * | | | | require file as per alphabetical orderharikesh-kolekar2018-01-313-7/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: harikesh-kolekar <harikesh.kolekar@msystechnologies.com>
| * | | | | rename env resource to windows_envharikesh-kolekar2018-01-306-95/+55
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: harikesh-kolekar <harikesh.kolekar@msystechnologies.com>
| * | | | | delete env variable if present in current processharikesh-kolekar2018-01-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: harikesh-kolekar <harikesh.kolekar@msystechnologies.com>
| * | | | | Add user attribute to create env variableharikesh-kolekar2018-01-302-4/+9
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: harikesh-kolekar <harikesh.kolekar@msystechnologies.com>
* | | | | | Bump version to 14.0.54 by Expeditorv14.0.54Chef Expeditor2018-02-121-1/+1
| | | | | |
* | | | | | Merge pull request #6429 from jseely/masterLamont Granquist2018-02-121-0/+8
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix issue #2351, chef-client doesn't make /etc/chef if the directory …
| * | | | | | Fix issue #2351, chef-client doesn't make /etc/chef if the directory doesn't ↵Justin Seely2017-09-291-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | exist Signed-off-by: Justin Seely <justin.seely@gmail.com>
* | | | | | | Bump version to 14.0.53 by Expeditorv14.0.53Chef Expeditor2018-02-121-1/+1
| | | | | | |
* | | | | | | Merge pull request #6463 from MarkGibbons/invites_sort_failLamont Granquist2018-02-121-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | invites_sort_fail: Clean the invites array before sorting it
| * | | | | | | invites_sort_fail: Clean the invites array before sorting itmarkgibbons2017-09-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sort threw an error trying to compare nil with a string while running knife ec backup. This change deletes the nil entries before sorting. Signed-off-by: markgibbons <mark.gibbons@nordstrom.com>
* | | | | | | | Bump version to 14.0.52 by Expeditorv14.0.52Chef Expeditor2018-02-121-1/+1
| | | | | | | |