summaryrefslogtreecommitdiff
path: root/lib/chef
Commit message (Collapse)AuthorAgeFilesLines
* Bump version to 16.7.53 by Chef Expeditorv16.7.53Chef Expeditor2020-11-201-1/+1
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* include password in guard inherited attributesguard_passwordmwrock2020-11-201-0/+2
| | | | Signed-off-by: mwrock <matt@mattwrock.com>
* Bump version to 16.7.52 by Chef Expeditorv16.7.52Chef Expeditor2020-11-191-1/+1
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Fix user output to say waht changedPhil Dibowitz2020-11-184-18/+41
| | | | | | | | | | | | | | | | | | | | | Fixes #10645 Linux: ``` [2020-11-18T12:09:31-08:00] INFO: Processing linux_user[bin] action create (/var/chef/cache/cookbooks/fb_users/resources/default.rb line 118) [2020-11-18T12:09:32-08:00] INFO: linux_user[bin] altered, change shell from /usr/sbin/phil to /usr/sbin/nologin ``` Windows: ``` [2020-11-18T12:18:02-08:00] INFO: windows_user[john] altered, update password ``` Note this does not fix an ongoing but where no matter waht you set the password to it always thinks it needs to be updated, likely a bug somewhere in Chef::Util::Windows::NetUser, and vaguely related to #10455 Signed-off-by: Phil Dibowitz <phil@ipom.com>
* Bump version to 16.7.51 by Chef Expeditorv16.7.51Chef Expeditor2020-11-171-1/+1
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #10652 from chef/ps71Tim Smith2020-11-172-0/+12
|\ | | | | update pwsh in powershell_exec to 7.1.0 and add comments explaining how to pull in updates
| * update pwsh in powershell_exec to 7.1.0 and add comments explaining how to ↵ps71mwrock2020-11-172-0/+12
| | | | | | | | | | | | pull in updates Signed-off-by: mwrock <matt@mattwrock.com>
* | Bump version to 16.7.50 by Chef Expeditorv16.7.50Chef Expeditor2020-11-171-1/+1
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Bump version to 16.7.49 by Chef Expeditorv16.7.49Chef Expeditor2020-11-171-1/+1
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Bump version to 16.7.48 by Chef Expeditorv16.7.48Chef Expeditor2020-11-171-1/+1
|/ | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 16.7.47 by Chef Expeditorv16.7.47Chef Expeditor2020-11-171-1/+1
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #10472 from ↵Tim Smith2020-11-161-30/+38
|\ | | | | | | | | MsysTechnologiesllc/antima/fixes_for_mutltiple_entry_in_fstab Signed-off-by: Tim Smith <tsmith@chef.io>
| * Updated edit_fstab method as per review comment.antima-gupta2020-11-131-7/+7
| | | | | | | | Signed-off-by: antima-gupta <agupta@msystechnologies.com>
| * Removed default action value as per review comment.antima-gupta2020-11-121-2/+2
| | | | | | | | Signed-off-by: antima-gupta <agupta@msystechnologies.com>
| * updated method name from update_or_delete_fs to edit_fstab as per review ↵antima-gupta2020-11-121-4/+4
| | | | | | | | | | | | comments Signed-off-by: antima-gupta <agupta@msystechnologies.com>
| * Fixed chefstyle failure.antima-gupta2020-11-121-2/+2
| | | | | | | | Signed-off-by: antima-gupta <agupta@msystechnologies.com>
| * Added update_or_delete_fs method to fix the order change.antima-gupta2020-11-121-26/+38
| | | | | | | | | | | | Added specs for the changes. Signed-off-by: antima-gupta <agupta@msystechnologies.com>
| * Updated enabled? method to fix multiple entry issue in fstab.antima-gupta2020-11-121-4/+0
| | | | | | | | | | | | Fixed test case failure. Signed-off-by: antima-gupta <agupta@msystechnologies.com>
* | Bump version to 16.7.46 by Chef Expeditorv16.7.46Chef Expeditor2020-11-141-1/+1
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #10647 from chef/build_essentialTim Smith2020-11-131-8/+5
|\ \ | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Fix idempotency issues in build_essential on the macTim Smith2020-11-131-8/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2 issues this solves: - On some systems the Command Line Tools aren't showing up in the install history plist we're parsing. This means we attempt to install the tools each time chef runs, which takes a LONG time even on a top of the line mac. It was suggested in mac admins slack to just use xcode-select -p which lists the command line tools path or exits 2 if not installed. - When the :upgrade action is used we were parsing out the software update list twice for no reason, which made it take even longer. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Fix comment typoTim Smith2020-11-131-1/+1
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 16.7.45 by Chef Expeditorv16.7.45Chef Expeditor2020-11-141-1/+1
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #10648 from chef/lcg/zypper-fix2Lamont Granquist2020-11-131-0/+6
|\ \ \ | |/ / |/| | Fix zypper_package CI failures
| * | Fix zypper_package CI failuresLamont Granquist2020-11-131-0/+6
| | | | | | | | | | | | | | | | | | | | | Very unclear why this didn't turn up on my local testing, but it seems legit enough hardening to do here. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | Bump version to 16.7.44 by Chef Expeditorv16.7.44Chef Expeditor2020-11-131-1/+1
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | pull in v0.2.1 of powershell shim that fixes .net resolverresolvermwrock2020-11-131-9/+1
| | | | | | | | | | | | Signed-off-by: mwrock <matt@mattwrock.com>
* | | Bump version to 16.7.43 by Chef Expeditorv16.7.43Chef Expeditor2020-11-131-1/+1
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #10642 from jaymzh/groupfixesTim Smith2020-11-132-5/+24
|\ \ \ | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | fix chefstylePhil Dibowitz2020-11-121-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Phil Dibowitz <phil@ipom.com>
| * | | Fix tests; improve outputPhil Dibowitz2020-11-121-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Phil Dibowitz <phil@ipom.com>
| * | | Fix group output and windows supportPhil Dibowitz2020-11-122-5/+24
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes both #10640 and #10641. * Take the description we build for doc-formatters and put them in the logs * Extract out parts of `compare_group` that need to be different on Windows and implement them in the subclass * Lookup member SIDs on windows when comparing * don't compare GIDs on windows. Signed-off-by: Phil Dibowitz <phil@ipom.com>
* | | Bump version to 16.7.42 by Chef Expeditorv16.7.42Chef Expeditor2020-11-131-1/+1
|/ / | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Bump version to 16.7.41 by Chef Expeditorv16.7.41Chef Expeditor2020-11-121-1/+1
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Bump version to 16.7.40 by Chef Expeditorv16.7.40Chef Expeditor2020-11-121-1/+1
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #10638 from chef/VSingh/require-net-sshTim Smith2020-11-121-0/+1
|\ \ | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | require net/sshVSingh/require-net-sshVivek Singh2020-11-121-0/+1
| |/ | | | | | | Signed-off-by: Vivek Singh <vivek.singh@msystechnologies.com>
* | Disable Lint/Debugger complaining out chef-shell using irbTim Smith2020-11-121-1/+1
|/ | | | | | This is valid. Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 16.7.39 by Chef Expeditorv16.7.39Chef Expeditor2020-11-121-1/+1
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #10631 from chef/lcg/zypper-fixTim Smith2020-11-112-71/+95
|\ | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * cleanupLamont Granquist2020-11-111-1/+2
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * update zypper_packageLamont Granquist2020-11-112-72/+95
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Bump version to 16.7.38 by Chef Expeditorv16.7.38Chef Expeditor2020-11-121-1/+1
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #10634 from chef/doc_failuresTim Smith2020-11-111-7/+13
|\ \ | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Prevent failures generating docsTim Smith2020-11-111-7/+13
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 16.7.37 by Chef Expeditorv16.7.37Chef Expeditor2020-11-121-1/+1
|/ / | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #10632 from chef/reg_exampleTim Smith2020-11-111-7/+6
|\ \ | | | | | | fix chefstyle violations
| * | fix chefstyle violationsmwrock2020-11-111-7/+6
| | | | | | | | | | | | Signed-off-by: mwrock <matt@mattwrock.com>
* | | Bump version to 16.7.36 by Chef Expeditorv16.7.36Chef Expeditor2020-11-121-1/+1
|/ / | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | migrate all registry_key examples to auto generated formatmwrock2020-11-111-3/+87
| | | | | | | | Signed-off-by: mwrock <matt@mattwrock.com>