summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* back to greenlcg/deprecate-solo-legacyLamont Granquist2019-09-124-57/+45
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* fix signatureLamont Granquist2019-09-101-1/+1
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* fixup legacy mode deprecationLamont Granquist2019-09-103-4/+4
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* derpLamont Granquist2019-09-101-1/+1
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* savegameLamont Granquist2019-09-108-311/+243
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Add user change to the release notesTim Smith2019-09-101-1/+11
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 15.3.11 by Chef Expeditorv15.3.11Chef Expeditor2019-09-106-14/+15
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #8869 from ↵Tim Smith2019-09-102-23/+39
|\ | | | | | | | | MsysTechnologiesllc/Kapil/MSYS-1094_user_resource_does_not_handle_a_gid_specified_as_a_string Fix for user resource does not handle a gid specified as a string
| * Fix for MSYS-1094 user resource does not handle a gid specified as a stringKapil chouhan2019-09-102-23/+39
| | | | | | | | Signed-off-by: Kapil chouhan <kapil.chouhan@msystechnologies.com>
* | Bump version to 15.3.10 by Chef Expeditorv15.3.10Chef Expeditor2019-09-104-10/+10
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #8871 from chef/fix_versionTim Smith2019-09-101-1/+1
|\ \ | | | | | | Roll back to 15.3.X. I accidently bumped to 15.4
| * | Roll back to 15.3.X. I accidently bumped to 15.4Tim Smith2019-09-101-1/+1
|/ / | | | | | | | | | | | | | | I applied the expedtior label to 2 PRs by accident and forgot to yank it before merging https://github.com/chef/chef/pull/8851. We need to get back onto 15.3 Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 15.4.0 by Chef Expeditorv15.4.0Chef Expeditor2019-09-106-14/+15
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #8851 from chef/cve_patchTim Smith2019-09-093-11/+11
|\ \ | | | | | | Update Ruby to 2.6.4 and nokogori to 10.10.4 to resolve CVEs
| * | Update deps to bring in the new Ruby definitionTim Smith2019-09-092-9/+9
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Update Ruby to 2.6.4 and nokogori to 10.10.4 to resolve CVEsTim Smith2019-09-091-2/+2
|/ / | | | | | | | | | | | | | | https://github.com/sparklemotion/nokogiri/blob/master/CHANGELOG.md#1104--2019-08-11 https://www.ruby-lang.org/en/news/2019/08/28/multiple-jquery-vulnerabilities-in-rdoc/ Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 15.3.9 by Chef Expeditorv15.3.9Chef Expeditor2019-09-106-14/+15
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #8775 from chef/ryancragun/mac_userTim Smith2019-09-0912-3/+991
|\ \ | | | | | | Add mac_user resource that is compatible with macOS >= 10.14
| * | add functional testryancragun/mac_userRyan Cragun2019-09-034-4/+203
| | | | | | | | | | | | Signed-off-by: Ryan Cragun <ryan@chef.io>
| * | Add introduced fieldRyan Cragun2019-08-271-0/+2
| | | | | | | | | | | | Signed-off-by: Ryan Cragun <ryan@chef.io>
| * | Wrap all shell_out's that change the system in converge_byRyan Cragun2019-08-081-27/+26
| | | | | | | | | | | | Signed-off-by: Ryan Cragun <ryan@chef.io>
| * | Make user and admin group plists first classRyan Cragun2019-07-291-111/+121
| | | | | | | | | | | | Signed-off-by: Ryan Cragun <ryan@chef.io>
| * | remove validation that is now in the resourceRyan Cragun2019-07-291-11/+0
| | | | | | | | | | | | Signed-off-by: Ryan Cragun <ryan@chef.io>
| * | Address review feedback round 1Ryan Cragun2019-07-262-115/+150
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix 'iterations' description * Update 'gid' property, remove coercion, resolve group name and id in provider * Move validation of password value when given salt to resource property coercion * Restructure exception handling around calls * Don't re-map properties onto current_resource after load_current_resource * Execute inline group resources with run_action * Always set the home directory when creating a user * Poll for user creating instead of a hard sleep * Remove old ascii encoding copy pasta Signed-off-by: Ryan Cragun <ryan@chef.io>
| * | Add mac_user resource that is compatible with macOS >= 10.14Ryan Cragun2019-07-249-3/+757
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Provide a user resource that is compatible with default TCC restrictions that were introduced in macOS 10.14. Changes: * This resource and the corresponding provider have been modified to work with default macOS TCC policies. Direct access to user binary plists are no longer permitted by default, thus we've chosen to use use newer methods of creating, modifying and removing users. * Due to the tooling required by the provider this provider is only suitable for use on macOS >= 10.14. Support for older platforms has been removed. New Features: * Primary group management is now included. * 'admin' is now a boolean property that configures a user to an admin. * 'admin_username' and 'admin_password' are new properties that define the admin user credentials required for toggling SecureToken for an exiting user. The 'admin_username' must correspond to a system admin with SecureToken enabled in order to toggle SecureToken. * 'secure_token' is a boolean property that sets the desired state for SecureToken. SecureToken token is required for FileVault full disk encryption. Signed-off-by: Ryan Cragun <ryan@chef.io>
* | | Bump version to 15.3.8 by Chef Expeditorv15.3.8Chef Expeditor2019-09-106-14/+15
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #8847 from MsysTechnologiesllc/bundle_install_with_localTim Smith2019-09-092-3/+29
|\ \ \ | | | | | | | | Support to provide --local flag to gem installer.
| * | | Added support to provide additional options to bundle installAmol Shinde2019-09-042-3/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Added option to skip gem metadata installation - Added test cases for gem installer Signed-off-by: Amol Shinde <amol.shinde@msystechnologies.com>
* | | | Bump version to 15.3.7 by Chef Expeditorv15.3.7Chef Expeditor2019-09-106-14/+15
| | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | Merge pull request #8816 from ↵Tim Smith2019-09-092-6/+21
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | MsysTechnologiesllc/VSingh/MSYS-1063-retry-with-pty-true Bootstrap: Set pty true only if required
| * | | Trigger AppveyorVivek Singh2019-08-290-0/+0
| | | | | | | | | | | | | | | | Signed-off-by: Vivek Singh <vivek.singh@msystechnologies.com>
| * | | Replace exception text check with reason symbolVivek Singh2019-08-292-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Vivek Singh <vivek.singh@msystechnologies.com>
| * | | Fix chefstyleVivek Singh2019-08-211-11/+9
| | | | | | | | | | | | | | | | Signed-off-by: Vivek Singh <vivek.singh@msystechnologies.com>
| * | | Remove retry_require boolean & check on pty keyVivek Singh2019-08-211-3/+1
| | | | | | | | | | | | | | | | Signed-off-by: Vivek Singh <vivek.singh@msystechnologies.com>
| * | | Add test case to ensure pty requestedVivek Singh2019-08-201-0/+13
| | | | | | | | | | | | | | | | Signed-off-by: Vivek Singh <vivek.singh@msystechnologies.com>
| * | | Bootstrap: Set pty true only if requiredVivek Singh2019-08-142-8/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - rescue the exception and retry with pty: true if host configured with `requiretty`. - Remove the default pty: true for all node that causes the error in the window and other hosts while detecting the system. Signed-off-by: Vivek Singh <vivek.singh@msystechnologies.com>
* | | | Bump version to 15.3.6 by Chef Expeditorv15.3.6Chef Expeditor2019-09-066-14/+15
| | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | Bump version to 15.3.5 by Chef Expeditorv15.3.5Chef Expeditor2019-09-066-14/+15
| | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | Merge pull request #8860 from chef/153_notesLamont Granquist2019-09-061-0/+59
|\ \ \ \ | | | | | | | | | | Add Chef 15.3 release notes
| * | | | Add Chef 15.3 release notes153_notesTim Smith2019-09-041-0/+59
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add release notes for our upcoming release. Signed-off-by: Tim Smith <tsmith@chef.io> Co-Authored-By: Ian Maddaus <IanMadd@users.noreply.github.com>
* | | | | Bump version to 15.3.4 by Chef Expeditorv15.3.4Chef Expeditor2019-09-066-14/+15
| | | | | | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | | Remove duplicate policy_path config (#8864)Lamont Granquist2019-09-061-4/+0
|\ \ \ \ \ | | | | | | | | | | | | Remove duplicate policy_path config
| * | | | | Remove duplicate policy_path configdupe_configTim Smith2019-09-041-4/+0
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | This is in here twice. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | | Merge pull request #8861 from chef/lcg/chocolatey-splat-argsLamont Granquist2019-09-066-58/+70
|\ \ \ \ \ | | | | | | | | | | | | convert chocolatey resource to use shell_out splat args
| * | | | | support arrays of strings for optionslcg/chocolatey-splat-argsLamont Granquist2019-09-041-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | | | bump gemsLamont Granquist2019-09-041-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | | | bump mixlib-shellout floor and add func testing on optionsLamont Granquist2019-09-042-2/+20
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | | | convert chocolatey resource to use shell_out splat argsLamont Granquist2019-09-032-52/+46
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | | | Remove the appveyor badgeTim Smith2019-09-051-1/+0
| | | | |
* | | | | Bump version to 15.3.3 by Chef Expeditorv15.3.3Chef Expeditor2019-09-056-14/+15
| | | | | | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.