summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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.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>
| * 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 #6847 from chef/sp/mvp_updateThom May2018-02-141-3/+14
|\ \ | | | | | | Adding Awesome Community Chefs from 2016 and 2017
| * | Adding Awesome Community Chefs from 2016 and 2017sp/mvp_updateStuart Preston2018-02-131-3/+14
| | | | | | | | | | | | Signed-off-by: Stuart Preston <stuart@chef.io>
* | | Merge pull request #6471 from dimsh99/fix_for_4816Thom May2018-02-142-35/+37
|\ \ \ | | | | | | | | Fix to use cookbook name in local mode or chef-zero
| * \ \ Merge upstreamDmitry Shestoperov2018-02-1371-252/+1182
| |\ \ \
| * | | | Updated specs for chef_fs_data_store after switching to use metadatadmitrys2017-10-031-4/+23
| | | | | | | | | | | | | | | | | | | | Signed-off-by: dmitrys <dmitrys@northernlight.com>
| * | | | 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-135-13/+14
| | | | |
* | | | | Merge pull request #6822 from chef/lcg/remote_file_cleanup_tempfilesLamont Granquist2018-02-132-11/+14
|\ \ \ \ \ | |_|_|/ / |/| | | | RemoteFile: unlink tempfile when using cache control shows unchanged
| * | | | add specLamont Granquist2018-02-131-8/+6
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | | 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-125-11/+12
| | | |
* | | | Merge pull request #6612 from ↵Thom May2018-02-1213-407/+453
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | 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-316-16/+9
| | | | | | | | | | | | | | | | | | | | Signed-off-by: harikesh-kolekar <harikesh.kolekar@msystechnologies.com>
| * | | | rename env resource to windows_envharikesh-kolekar2018-01-3012-219/+161
| | | | | | | | | | | | | | | | | | | | Signed-off-by: harikesh-kolekar <harikesh.kolekar@msystechnologies.com>
| * | | | update specs as per nimisha commentsharikesh-kolekar2018-01-302-126/+115
| | | | | | | | | | | | | | | | | | | | Signed-off-by: harikesh-kolekar <harikesh.kolekar@msystechnologies.com>
| * | | | delete env variable if present in current processharikesh-kolekar2018-01-302-1/+23
| | | | | | | | | | | | | | | | | | | | Signed-off-by: harikesh-kolekar <harikesh.kolekar@msystechnologies.com>
| * | | | update functional specsharikesh-kolekar2018-01-301-8/+90
| | | | | | | | | | | | | | | | | | | | Signed-off-by: harikesh-kolekar <harikesh.kolekar@msystechnologies.com>
| * | | | update specharikesh-kolekar2018-01-301-4/+17
| | | | | | | | | | | | | | | | | | | | 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-125-11/+12
| | | | |
* | | | | 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-125-11/+12
| | | | | |
* | | | | | 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-125-11/+12
| | | | | | |
* | | | | | | Merge pull request #6818 from chef/tm/better_resource_docsThom May2018-02-129-15/+154
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Implement resource enhancement RFCs
| * | | | | | | hide validation_message from serializationtm/better_resource_docsThom May2018-02-121-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Thom May <thom@chef.io>
| * | | | | | | Implement RFC 101: Custom Validation MessagesThom May2018-02-123-10/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds validation_message as a property option Signed-off-by: Thom May <thom@chef.io>
| * | | | | | | actions can have descriptions and be introducedThom May2018-02-121-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Thom May <thom@chef.io>
| * | | | | | | allow resources to be documentedThom May2018-02-122-2/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Thom May <thom@chef.io>
| * | | | | | | Add `introduced` property fieldThom May2018-02-123-2/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Thom May <thom@chef.io>
| * | | | | | | properties can have descriptionsThom May2018-02-123-3/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Thom May <thom@chef.io>
* | | | | | | | Bump version to 14.0.51 by Expeditorv14.0.51Chef Expeditor2018-02-125-12/+13
| | | | | | | |
* | | | | | | | Merge pull request #6835 from nathwill/sd-moar-actionsThom May2018-02-124-7/+74
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | add additional systemd_unit actions
| * | | | | | | add additional systemd unit actionsNathan Williams2018-02-074-7/+74
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nathan Williams <nath.e.will@gmail.com>
* | | | | | | | Bump version to 14.0.50 by Expeditorv14.0.50Chef Expeditor2018-02-095-11/+12
| | | | | | | |
* | | | | | | | Merge pull request #6839 from chef/tduffield/license_scout/pin-to-1.xThom May2018-02-092-35/+18
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Use the license_scout that comes with Omnibus gem
| * | | | | | | | Use the license_scout that comes with Omnibus gemtduffield/license_scout/pin-to-1.xTom Duffield2018-02-082-35/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Tom Duffield <tom@chef.io>
* | | | | | | | | Bump version to 14.0.49 by Expeditorv14.0.49Chef Expeditor2018-02-095-11/+12
| | | | | | | | |
* | | | | | | | | Merge pull request #6837 from Intility/simplify_powershell_out_callsThom May2018-02-093-54/+54
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | Simplify powershell_out calls in powershell_package