summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Remove the :uninstall action from chocolatey_package - CHEF-21remove_choco_uninstallTim Smith2018-02-283-22/+1
| | | | | | | Remove the previously deprecated :uninstall action for chocolatey_package. This is noted in CHEF-21 Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 14.0.92 by Expeditorv14.0.92Chef Expeditor2018-02-285-13/+14
|
* Merge pull request #6916 from chef/lcg/fix-default-precedenceThom May2018-02-284-49/+139
|\ | | | | Stop mixlib-cli default clobbering mixlib-config settings
| * Stop mixlib-cli default clobbering mixlib-config settingslcg/fix-default-precedenceLamont Granquist2018-02-264-49/+139
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The pre-14 precedence level is: 1. mixlib-cli setting 2. mixlib-cli default 3. mixlib-config setting 4. mixlib-config default This means that if an option has a mixlib-cli default that it cannot ever be set in the config file. This PR swaps 2+3 around: 1. mixlib-cli setting 2. mixlib-config setting 3. mixlib-cli default 4. mixlib-config default Now the mixlib-cli defaults still take precedence over mixlib-config defaults, but it is possible to set a value in config.rb if there's a mixlib-cli default setting (which creeps into the settings in hidden ways if you just use `boolean: true` in mixlib-cli). Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Bump version to 14.0.91 by Expeditorv14.0.91Chef Expeditor2018-02-275-13/+14
| |
* | Merge pull request #6781 from linyows/notice-duplicated-ipThom May2018-02-272-0/+34
|\ \ | | | | | | Raise fatal error If FQDN duplicated
| * | :police_car:linyows2018-02-271-1/+1
| | | | | | | | | | | | Signed-off-by: linyows <linyows@gmail.com>
| * | support behavior for duplicated_fqdns optionlinyows2018-02-132-11/+13
| | | | | | | | | | | | Signed-off-by: linyows <linyows@gmail.com>
| * | use skip_on_duplicated_fqdns as command optionlinyows2018-01-252-6/+16
| | | | | | | | | | | | Signed-off-by: linyows <linyows@gmail.com>
| * | to warning instead of fatal errorlinyows2018-01-252-6/+4
| | | | | | | | | | | | Signed-off-by: linyows <linyows@gmail.com>
| * | add testlinyows2018-01-241-0/+17
| | | | | | | | | | | | Signed-off-by: linyows <linyows@gmail.com>
| * | rename variable to fqdnslinyows2018-01-241-5/+5
| | | | | | | | | | | | Signed-off-by: linyows <linyows@gmail.com>
| * | ui.fatal if ssh nodes are duplicatedlinyows2018-01-231-0/+7
| | | | | | | | | | | | Signed-off-by: linyows <linyows@gmail.com>
* | | Bump version to 14.0.90 by Expeditorv14.0.90Chef Expeditor2018-02-275-11/+12
| | |
* | | Merge pull request #6861 from smcavallo/bootstrap_preinstall_commandThom May2018-02-274-0/+25
|\ \ \ | | | | | | | | Add support for knife bootstrap-preinstall-command
| * | | Add support for knife bootstrap-preinstall-commandS.Cavallo2018-02-154-0/+25
| | | | | | | | | | | | | | | | Signed-off-by: S. Cavallo <smcavallo@hotmail.com>
* | | | Bump version to 14.0.89 by Expeditorv14.0.89Chef Expeditor2018-02-275-11/+12
| | | |
* | | | [knife] Don't crash when a deprecated cookbook has no replacement (#6853)rlyders2018-02-271-2/+7
| | | | | | | | | | | | * Don't crash when a deprecated cookbook has no replacement
* | | | Bump version to 14.0.88 by Expeditorv14.0.88Chef Expeditor2018-02-275-11/+12
| | | |
* | | | Don't use .eql? in the aix mount provider (#6915)Tim Smith2018-02-271-7/+6
| | | | | | | | | | | | | | | | | | | | | | | | eql? doesn't make sense for string comparison and it's just 20% slower than == Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | Bump version to 14.0.87 by Expeditorv14.0.87Chef Expeditor2018-02-275-11/+12
| | | |
* | | | Added Flag to distinguish between gateway and host key to fix issue #6210 ↵Erik Parra2018-02-271-7/+8
| |_|/ |/| | | | | | | | | | | | | | | | | (#6514) * Added Flag to distinguish between gateway and host key to fix issue #6210 Signed-off-by: Erik <Erik.Parra4@gmail.com>
* | | Bump version to 14.0.86 by Expeditorv14.0.86Chef Expeditor2018-02-265-11/+12
| | |
* | | Merge pull request #6855 from chef/openssl_fixTim Smith2018-02-263-37/+99
|\ \ \ | | | | | | | | Add description, validation_message, and introduced fields into openssl resources
| * | | Add description, validation_message, and introduced fields into openssl ↵openssl_fixTim Smith2018-02-213-37/+99
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | resources This follows the pattern used on docs.chef.io right now. We may change it later, but this will get us autogenerated docs for now. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | Bump version to 14.0.85 by Expeditorv14.0.85Chef Expeditor2018-02-265-13/+14
| | | |
* | | | Merge pull request #6767 from chef/windows_resourcesTim Smith2018-02-2613-1/+1070
|\ \ \ \ | | | | | | | | | | Add windows auto_run, font, pagefile, printer, printer_port, and shortcut resources
| * | | | Simplify how we find the fonts directoryTim Smith2018-02-261-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | | Add windows auto_run, font, pagefile, printer, printer_port, and shortcut ↵Tim Smith2018-02-2313-1/+1070
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | resources Ported from the Windows cookbook Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | Bump version to 14.0.84 by Expeditorv14.0.84Chef Expeditor2018-02-265-11/+12
| | | |
* | | | Merge pull request #5972 from nathwill/surface-guard-interpreter-errorsThom May2018-02-261-1/+3
|\ \ \ \ | | | | | | | | | | surface default guard interpreter errors
| * | | | surface guard interpreter errors for debuggingNathan Williams2017-07-231-1/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nathan Williams <nath.e.will@gmail.com>
* | | | | Bump version to 14.0.83 by Expeditorv14.0.83Chef Expeditor2018-02-265-11/+12
| | | | |
* | | | | Merge pull request #6899 from chef/descriptions_v2Tim Smith2018-02-2624-52/+71
|\ \ \ \ \ | | | | | | | | | | | | Add more introduced and description fields to resources
| * | | | | Add back the identity_attrTim Smith2018-02-261-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Turns out this is going to cause issues Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | | | Add more introduced and description fields to resourcesdescriptions_v2Tim Smith2018-02-2224-53/+69
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | | | Merge pull request #6877 from chef/essentially_builtThom May2018-02-263-0/+148
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add build_essential resource from the build-essential cookbook
| * | | | | | Add build_essential resource from the build-essential cookbookessentially_builtTim Smith2018-02-213-0/+148
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This has the following modifications from the cookbook: Solaris 10 no longer warns since we don't support Solaris 10. We assume 11 Windows no longer includes the windows recipe. This really should not have been added since build-essential concept doesn't translate there macOS xcode setup is done inline vs. including the xcode command line setup resource from build-essential cookbook. It's a single execute resource and this seemed pretty silly Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | | | Bump version to 14.0.82 by Expeditorv14.0.82Chef Expeditor2018-02-265-14/+15
| | | | | |
* | | | | | Merge pull request #6904 from chef/cronThom May2018-02-261-66/+10
|\ \ \ \ \ \ | | | | | | | | | | | | | | Convert parts of cron resource to use properties
| * | | | | | Convert parts of cron resource to use propertiescronTim Smith2018-02-221-66/+10
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Modernize this resource a bit. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | | | Bump version to 14.0.81 by Expeditorv14.0.81Chef Expeditor2018-02-235-13/+14
| | | | | |
* | | | | | Merge pull request #6911 from chef/lcg/revert-lazy-attributesLamont Granquist2018-02-238-363/+153
|\ \ \ \ \ \ | | | | | | | | | | | | | | revert lazy attributes
| * | | | | | Revert "Per-container deep merge caching"lcg/revert-lazy-attributesLamont Granquist2018-02-238-309/+152
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 0c29acc106ca774e230c8ef45694c8bffd166b69.
| * | | | | | Revert "turbo attribute merging"Lamont Granquist2018-02-231-16/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 5b17173847fe3e6d2a976fecad065952c801522e.
| * | | | | | Revert "turboize arrays"Lamont Granquist2018-02-231-36/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit e24565b571e97275d39fcf7c97afc7dd6e1a37c4.
| * | | | | | Revert "remove comments + debugging"Lamont Granquist2018-02-232-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 9fe57c38a57135c7bd29ff05a1c7839a4d30c38c.
| * | | | | | Revert "remove more debugging and revert no-longer necessary fix"Lamont Granquist2018-02-231-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 80b9d0448d9fb01a7188cbee6c9595bf0cf5b974.
| * | | | | | Revert "fix node assignment of ImmutableArrays to VividMashes/AttrArrays"Lamont Granquist2018-02-233-18/+1
|/ / / / / / | | | | | | | | | | | | | | | | | | This reverts commit e56f8d58b80334256085907961aac9ca9f56f125.
* | | | | | Bump version to 14.0.80 by Expeditorv14.0.80Chef Expeditor2018-02-235-11/+12
| | | | | |