summaryrefslogtreecommitdiff
path: root/cspell.json
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #10823 from chef/lcg/yum-versionfixLamont Granquist2021-12-161-0/+2
|\
| * cspell naggingLamont Granquist2021-12-151-0/+2
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Adds approle support for Chef::SecretFetcher::HashiVaultCollin McNeese2021-12-141-0/+1
|/ | | | Signed-off-by: Collin McNeese <cmcneese@chef.io>
* Mount: resource with loop option not idempotentsmriti2021-11-301-0/+1
| | | | Signed-off-by: smriti <sgarg@msystechnologies.com>
* Add allow_downgrade back to DNFLamont Granquist2021-11-291-0/+5
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* adds servicelevel to cspellCollin McNeese2021-10-301-0/+1
| | | | Signed-off-by: Collin McNeese <cmcneese@chef.io>
* spellcheck fix in cspellCollin McNeese2021-10-291-0/+2
| | | | Signed-off-by: Collin McNeese <cmcneese@chef.io>
* Add a few chef/chef specific spellings to the cspell fileTim Smith2021-10-181-1/+12
| | | | | | The other stuff is in the company dictionary now. Signed-off-by: Tim Smith <tsmith@chef.io>
* Skip the cspell config and MVPs file in cspellTim Smith2021-10-161-1/+3
| | | | | | No need to check these Signed-off-by: Tim Smith <tsmith@chef.io>
* Start over in the cspell fileTim Smith2021-10-161-514/+134
| | | | | | Now that we don't have the release notes in this repo most of this can probably go. Signed-off-by: Tim Smith <tsmith@chef.io>
* Check for ca_key_file before loading ca keymp/chef-12091Marc A. Paradise2021-09-271-0/+1
| | | | | | | | | | | Checking for csr_file wasn't correct, because that's not what we're using to load the ca key. This also adds an inspec verification to ensure that the generated `openssl_x509_certificate` in the _openssl.rb test is valid. It fails without the supporting change. Signed-off-by: Marc A. Paradise <marc.paradise@gmail.com>
* Merge pull request #12029 from chef/jfm/powershell_package_sourceJohn McCrae2021-09-251-0/+8
|\
| * Updated the package source resource to accept credentials and updated the ↵John McCrae2021-09-151-0/+8
| | | | | | | | | | | | code to be more readable Signed-off-by: John McCrae <john.mccrae@progress.com>
* | Expand examples and fix cspell warningsTim Smith2021-09-221-1/+5
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | cspellLamont Granquist2021-09-221-0/+1
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Fix spelling and chefstyle issuesTim Smith2021-09-141-0/+1
|/ | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Move some words to the global dictionaryTim Smith2021-07-311-58/+0
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Fix cspell configTim Smith2021-07-301-1/+1
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Fixed spellchecksnehaldwivedi2021-07-151-0/+1
| | | | Signed-off-by: snehaldwivedi <sdwivedi@msystechnologies.com>
* Add habitat resources + content rendering helpers for json/toml/yaml (#11577)Jeff Brimager2021-07-081-0/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commiting new resources to clean branch Signed-off-by: Jeff Brimager <jbrimager@chef.io> * reworked toml_dumper resource helper to make sure all end statements were correct and it was being made available to other resource Signed-off-by: Jeff Brimager <jbrimager@chef.io> * changing implementation of toml_deumper to match how the cron_validations helper was implemented Signed-off-by: Jeff Brimager <jbrimager@chef.io> * changing implementation of toml_dumper to match how the cron_validations helper was implemented Signed-off-by: Jeff Brimager <jbrimager@chef.io> * calling toml dumper as a method Signed-off-by: Jeff Brimager <jbrimager@chef.io> * testing new method for toml_dumper helper Signed-off-by: Jeff Brimager <jbrimager@chef.io> * adding "use" statement for toml helper in habitat_config and habitat_toml Signed-off-by: Jeff Brimager <jbrimager@chef.io> * fixing relational mapping with toml_dumper Signed-off-by: Jeff Brimager <jbrimager@chef.io> * using Chef::ResourceHelper::TomlDumper as method to create toml Signed-off-by: Jeff Brimager <jbrimager@chef.io> * correcting syntax error for Chef::ResourceHelpers:: in the habitat_config and habitat_user_toml resource Signed-off-by: Jeff Brimager <jbrimager@chef.io> * adding a render helper Signed-off-by: Jeff Brimager <jbrimager@chef.io> * moved files to correct directories for render_helpers and corrected resource syntax Signed-off-by: Jeff Brimager <jbrimager@chef.io> * chefstyle corrections Signed-off-by: Jeff Brimager <jbrimager@chef.io> * removed renderhelers form chef-utils. there by mistake Signed-off-by: Jeff Brimager <jbrimager@chef.io> * corrected class for render helpers Signed-off-by: Jeff Brimager <jbrimager@chef.io> * fixed broken end statement in chef/dsl/toml.rb Signed-off-by: Jeff Brimager <jbrimager@chef.io> * corrected render helper class syntax line 23. was set as a module ; Signed-off-by: Jeff Brimager <jbrimager@chef.io> * corrected dsl helper mapping for render_helpers in spec tests Signed-off-by: Jeff Brimager <jbrimager@chef.io> * wiring chef-utls/internal to render_helpers Signed-off-by: Jeff Brimager <jbrimager@chef.io> * remove "include internal" from render_helpers Signed-off-by: Jeff Brimager <jbrimager@chef.io> * removed old helper from habitat_config and habitat_user_toml resources Signed-off-by: Jeff Brimager <jbrimager@chef.io> * removed old helper from habitat_config and habitat_user_toml resources Signed-off-by: Jeff <jbrimager@gmail.com> * removed old helper from habitat_config and habitat_user_toml resources Signed-off-by: Jeff Brimager <jbrimager@chef.io> * chefstyle corrections on render_helpers_spec Signed-off-by: Jeff Brimager <jbrimager@chef.io> * chefstyle corrections on chef-utils/lib/chef-utils.rb Signed-off-by: Jeff Brimager <jbrimager@chef.io> * added all documentation to resources Signed-off-by: Jeff Brimager <jbrimager@chef.io> * cleaned up render_helper_spec.rb Signed-off-by: Jeff Brimager <jbrimager@chef.io> * cleaning up spellcheck errors Signed-off-by: Jeff Brimager <jbrimager@chef.io> * removing unused variable from habitat package provider Signed-off-by: Jeff Brimager <jbrimager@chef.io> * correecting bad syntaxt in habitat_package Signed-off-by: Jeff Brimager <jbrimager@chef.io> * temporarioly remove prperty descriptions from habitat_install Signed-off-by: Jeff Brimager <jbrimager@chef.io> * removing documentation changes the habitat_package and habitat_sup as well Signed-off-by: Jeff Brimager <jbrimager@chef.io> * cleaninig up commented issues Signed-off-by: Jeff Brimager <jbrimager@chef.io> * added all property descriptions back to habitat resources Signed-off-by: Jeff Brimager <jbrimager@chef.io> * corrected chefstule errros Signed-off-by: Jeff Brimager <jbrimager@chef.io> * cleaned up descriptions in habitat_install Signed-off-by: Jeff Brimager <jbrimager@chef.io> * cleaning up bad trailing spaces Signed-off-by: Jeff Brimager <jbrimager@chef.io> * fixed kitchen runlist for linux Signed-off-by: Jeff Brimager <jbrimager@chef.io> * removing habitat from package providers Signed-off-by: Jeff Brimager <jbrimager@chef.io> * cleaned up bad character in habitat install Signed-off-by: Jeff Brimager <jbrimager@chef.io> * fixed habitat_package resource Signed-off-by: Jeff Brimager <jbrimager@chef.io> * changing how habitat_package connects to its provider Signed-off-by: Jeff Brimager <jbrimager@chef.io> * converted habitat_package_provider to a resource class Signed-off-by: Jeff Brimager <jbrimager@chef.io> * chefstyle corrections made Signed-off-by: Jeff Brimager <jbrimager@chef.io> * connecting habitat_package with _provider Signed-off-by: Jeff Brimager <jbrimager@chef.io> * testing habitat_package_provider Signed-off-by: Jeff Brimager <jbrimager@chef.io> * changing resource method for habit_package_provider Signed-off-by: Jeff Brimager <jbrimager@chef.io> * more chefstyle corrections Signed-off-by: Jeff Brimager <jbrimager@chef.io> * reverted changes Signed-off-by: Jeff Brimager <jbrimager@chef.io> * correcting end statements and bad syntax Signed-off-by: Jeff Brimager <jbrimager@chef.io> * trying to alter habitat_package_provider to work as a resource Signed-off-by: Jeff Brimager <jbrimager@chef.io> * altering the methods for remove_package in habitat_provider_package Signed-off-by: Jeff Brimager <jbrimager@chef.io> * mapping exceptions to habitat package provider Signed-off-by: Jeff Brimager <jbrimager@chef.io> * habitat_package resource connected to habitat_package_provider Signed-off-by: Jeff Brimager <jbrimager@chef.io> * removed V2 hab version compare from habitat_package provider we will only support systemd moving forward Signed-off-by: Jeff Brimager <jbrimager@chef.io> * removing yesterdays changes to see if they are causing the issue with habitat_sup Signed-off-by: Jeff Brimager <jbrimager@chef.io> * reverting the habitat_package provider to previous state Signed-off-by: Jeff Brimager <jbrimager@chef.io> * removing bad test Signed-off-by: Jeff Brimager <jbrimager@chef.io> * restored the version_compare in habitat provider Signed-off-by: Jeff Brimager <jbrimager@chef.io> * correcting spellcheck issues Signed-off-by: Jeff Brimager <jbrimager@chef.io> * commiting new resources to clean branch Signed-off-by: Jeff Brimager <jbrimager@chef.io> * reworked toml_dumper resource helper to make sure all end statements were correct and it was being made available to other resource Signed-off-by: Jeff Brimager <jbrimager@chef.io> * changing implementation of toml_deumper to match how the cron_validations helper was implemented Signed-off-by: Jeff Brimager <jbrimager@chef.io> * changing implementation of toml_dumper to match how the cron_validations helper was implemented Signed-off-by: Jeff Brimager <jbrimager@chef.io> * calling toml dumper as a method Signed-off-by: Jeff Brimager <jbrimager@chef.io> * testing new method for toml_dumper helper Signed-off-by: Jeff Brimager <jbrimager@chef.io> * adding "use" statement for toml helper in habitat_config and habitat_toml Signed-off-by: Jeff Brimager <jbrimager@chef.io> * fixing relational mapping with toml_dumper Signed-off-by: Jeff Brimager <jbrimager@chef.io> * using Chef::ResourceHelper::TomlDumper as method to create toml Signed-off-by: Jeff Brimager <jbrimager@chef.io> * correcting syntax error for Chef::ResourceHelpers:: in the habitat_config and habitat_user_toml resource Signed-off-by: Jeff Brimager <jbrimager@chef.io> * adding a render helper Signed-off-by: Jeff Brimager <jbrimager@chef.io> * moved files to correct directories for render_helpers and corrected resource syntax Signed-off-by: Jeff Brimager <jbrimager@chef.io> * chefstyle corrections Signed-off-by: Jeff Brimager <jbrimager@chef.io> * removed renderhelers form chef-utils. there by mistake Signed-off-by: Jeff Brimager <jbrimager@chef.io> * corrected class for render helpers Signed-off-by: Jeff Brimager <jbrimager@chef.io> * fixed broken end statement in chef/dsl/toml.rb Signed-off-by: Jeff Brimager <jbrimager@chef.io> * corrected render helper class syntax line 23. was set as a module ; Signed-off-by: Jeff Brimager <jbrimager@chef.io> * corrected dsl helper mapping for render_helpers in spec tests Signed-off-by: Jeff Brimager <jbrimager@chef.io> * wiring chef-utls/internal to render_helpers Signed-off-by: Jeff Brimager <jbrimager@chef.io> * remove "include internal" from render_helpers Signed-off-by: Jeff Brimager <jbrimager@chef.io> * removed old helper from habitat_config and habitat_user_toml resources Signed-off-by: Jeff Brimager <jbrimager@chef.io> * removed old helper from habitat_config and habitat_user_toml resources Signed-off-by: Jeff Brimager <jbrimager@chef.io> * chefstyle corrections on render_helpers_spec Signed-off-by: Jeff Brimager <jbrimager@chef.io> * chefstyle corrections on chef-utils/lib/chef-utils.rb Signed-off-by: Jeff Brimager <jbrimager@chef.io> * added all documentation to resources Signed-off-by: Jeff Brimager <jbrimager@chef.io> * cleaned up render_helper_spec.rb Signed-off-by: Jeff Brimager <jbrimager@chef.io> * cleaning up spellcheck errors Signed-off-by: Jeff Brimager <jbrimager@chef.io> * removing unused variable from habitat package provider Signed-off-by: Jeff Brimager <jbrimager@chef.io> * correecting bad syntaxt in habitat_package Signed-off-by: Jeff Brimager <jbrimager@chef.io> * temporarioly remove prperty descriptions from habitat_install Signed-off-by: Jeff Brimager <jbrimager@chef.io> * removing documentation changes the habitat_package and habitat_sup as well Signed-off-by: Jeff Brimager <jbrimager@chef.io> * cleaninig up commented issues Signed-off-by: Jeff Brimager <jbrimager@chef.io> * added all property descriptions back to habitat resources Signed-off-by: Jeff Brimager <jbrimager@chef.io> * corrected chefstule errros Signed-off-by: Jeff Brimager <jbrimager@chef.io> * cleaned up descriptions in habitat_install Signed-off-by: Jeff Brimager <jbrimager@chef.io> * cleaning up bad trailing spaces Signed-off-by: Jeff Brimager <jbrimager@chef.io> * fixed kitchen runlist for linux Signed-off-by: Jeff Brimager <jbrimager@chef.io> * removing habitat from package providers Signed-off-by: Jeff Brimager <jbrimager@chef.io> * cleaned up bad character in habitat install Signed-off-by: Jeff Brimager <jbrimager@chef.io> * fixed habitat_package resource Signed-off-by: Jeff Brimager <jbrimager@chef.io> * changing how habitat_package connects to its provider Signed-off-by: Jeff Brimager <jbrimager@chef.io> * converted habitat_package_provider to a resource class Signed-off-by: Jeff Brimager <jbrimager@chef.io> * chefstyle corrections made Signed-off-by: Jeff Brimager <jbrimager@chef.io> * connecting habitat_package with _provider Signed-off-by: Jeff Brimager <jbrimager@chef.io> * testing habitat_package_provider Signed-off-by: Jeff Brimager <jbrimager@chef.io> * changing resource method for habit_package_provider Signed-off-by: Jeff Brimager <jbrimager@chef.io> * more chefstyle corrections Signed-off-by: Jeff Brimager <jbrimager@chef.io> * reverted changes Signed-off-by: Jeff Brimager <jbrimager@chef.io> * correcting end statements and bad syntax Signed-off-by: Jeff Brimager <jbrimager@chef.io> * trying to alter habitat_package_provider to work as a resource Signed-off-by: Jeff Brimager <jbrimager@chef.io> * altering the methods for remove_package in habitat_provider_package Signed-off-by: Jeff Brimager <jbrimager@chef.io> * mapping exceptions to habitat package provider Signed-off-by: Jeff Brimager <jbrimager@chef.io> * habitat_package resource connected to habitat_package_provider Signed-off-by: Jeff Brimager <jbrimager@chef.io> * removed V2 hab version compare from habitat_package provider we will only support systemd moving forward Signed-off-by: Jeff Brimager <jbrimager@chef.io> * removing yesterdays changes to see if they are causing the issue with habitat_sup Signed-off-by: Jeff Brimager <jbrimager@chef.io> * reverting the habitat_package provider to previous state Signed-off-by: Jeff Brimager <jbrimager@chef.io> * removing bad test Signed-off-by: Jeff Brimager <jbrimager@chef.io> * restored the version_compare in habitat provider Signed-off-by: Jeff Brimager <jbrimager@chef.io> * correcting spellcheck issues Signed-off-by: Jeff Brimager <jbrimager@chef.io> * adding documentation to habitat resources Signed-off-by: Jeff Brimager <jbrimager@chef.io> * correcting doc format in habitat_sup Signed-off-by: Jeff Brimager <jbrimager@chef.io> * cleaned up descrtipstions and added proper tagging for doc generation Signed-off-by: Jeff Brimager <jbrimager@chef.io> * removed require_relative "toml" from render helpers Signed-off-by: Jeff Brimager <jbrimager@chef.io> * misunderstanding in refactor. code added back for require_relative Signed-off-by: Jeff Brimager <jbrimager@chef.io> * misunderstanding in refactor. code added back for require_relative Signed-off-by: Jeff Brimager <jbrimager@chef.io> * added use_multipackage_api to habitat_package_provider Signed-off-by: Jeff Brimager <jbrimager@chef.io> * added guard to make sure habitat linux was only tested on systemd capable machines Signed-off-by: Jeff Brimager <jbrimager@chef.io> * extended timeout loops on _habitat_services kitchen tests Signed-off-by: Jeff Brimager <jbrimager@chef.io> * removed unnecessary tesys Signed-off-by: Jeff Brimager <jbrimager@chef.io> * removed deprecated test method for habitat package version_compare Signed-off-by: Jeff Brimager <jbrimager@chef.io> * removing private tag in the habitat package provider Signed-off-by: Jeff Brimager <jbrimager@chef.io> * more corrections to the habitat_package provider for testing Signed-off-by: Jeff Brimager <jbrimager@chef.io> * removed bad line in habitat package provider Signed-off-by: Jeff Brimager <jbrimager@chef.io> * corrected punctuation on all habitat descriptions Signed-off-by: Jeff Brimager <jbrimager@chef.io> * adding notes to tk runs to explain why service loads are looped Signed-off-by: Jeff Brimager <jbrimager@chef.io> * correcting spellcheck errors Signed-off-by: Jeff Brimager <jbrimager@chef.io> * merging master Signed-off-by: Jeff Brimager <jbrimager@chef.io>
* Add 'secret' to the Chef DSLMarc A. Paradise2021-07-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a proposed addition of a 'secret' helper to the Chef DSL, where a 'secret' is private data stored within a secrets management service. Usage would look like the following working example: ``` # The included ':example' secrets provider # requires that it be configured with a hash of secrets my_config = { "secret1" => "a hidden door" } file "/tmp/the-secret" do content secret(name: "secret1", service: :example, config: my_config) end ``` Initial constraints: * minimal-to-no abstraction over how services handle inputs, outputs, and errors. Each of these services has well-defined interfaces already, and there is much more different than the same across services. We may revisit this as we begin implementing a range of specific secrets fetchers. * no caching of results. * avoid 'provider' nomenclature. That's already well-used within Chef Infra. That's why a secrets 'service' has a SecretFetcher implementation and not a SecretProvider. Security Concerns: Because we don't provide an abstraction around the returned secret (there is not a specific single type of returned data we can rely on), if a secrets fetcher does not take steps to hide its own data from incidental output (logs, debug output, exceptions) then there is a risk of exposing this data to people and systems that have the ability to view the output. Signed-off-by: Marc A. Paradise <marc.paradise@gmail.com>
* Add specsTim Smith2021-06-131-0/+1
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Updated the hostname resource to remove WMI support and use PowerShell to ↵John McCrae2021-05-151-0/+1
| | | | | | change Windows device names. Functional tests were added too. Signed-off-by: John McCrae <jmccrae@chf.io>
* Revert "Kept a check in pattern matching for a mount of type loop"Tim Smith2021-05-101-1/+0
| | | | This reverts commit 1d0ad75f33e74f1b9248f19c6f940deeaa3f5af7.
* Merge pull request #11376 from ↵Tim Smith2021-05-101-0/+1
|\ | | | | | | | | MsysTechnologiesllc/smriti/10918_mount_resource_not_idempotent mount: Fix idempotentency for loopback mounts
| * Kept a check in pattern matching for a mount of type loopsmriti2021-04-221-0/+1
| | | | | | | | Signed-off-by: smriti <sgarg@msystechnologies.com>
* | Fix 2 typos in code and slim our cspell exceptions downTim Smith2021-05-071-26/+0
| | | | | | | | | | | | These are all in our global dictionary at this point Signed-off-by: Tim Smith <tsmith@chef.io>
* | Merge pull request #11540 from chef/templateTim Smith2021-05-071-1/+0
|\ \ | | | | | | Fix a typo setting up cookbook_name value in templates
| * | Fix a typo setting up cookbook_name value in templatesTim Smith2021-05-061-1/+0
| | | | | | | | | | | | | | | | | | There was an extra o in the logic in this setup Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Clarify username / pw is windows onlyTim Smith2021-05-061-1/+0
|/ / | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | messed up a squash. correcting the codeJohn McCrae2021-05-061-0/+1
| | | | | | | | Signed-off-by: John McCrae <jmccrae@chef.io>
* | fix cspellLamont Granquist2021-04-301-0/+1
| |
* | Merge pull request #11486 from chef/lcg/yum-fix-blocking-and-flushingLamont Granquist2021-04-301-59/+62
|\ \
| * | fix json syntaxlcg/yum-fix-blocking-and-flushingLamont Granquist2021-04-301-2/+2
| | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | spellcheckLamont Granquist2021-04-301-58/+60
| | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | spellcheckLamont Granquist2021-04-301-0/+1
| | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | Update linting and gitignore for knife rspec changesMarc A. Paradise2021-04-301-1/+1
|/ / | | | | | | | | | | | | Now that we have moved specs and supporting data into knife/, our tools need to know what not to look at there too. Signed-off-by: Marc A. Paradise <marc.paradise@gmail.com>
* | Add Chef Infra Client 17 release notes (#11362)Tim Smith2021-04-261-1/+4
| | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Update cspell.jsonTim Smith2021-04-211-0/+1
| | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Move most compliance validation to pre-runMarc A. Paradise2021-04-191-0/+1
|/ | | | | | | | | | | | | | | | | | | | Because it is important that when possible, the compliance run get associated with the converge (via run-id) this PR updates compliance mode to pre-validate for most common issues before the converge occurs. This is a change of behavior, in that previously we would wait until it was time to send the report after the converge before validating, which would cause the report to not get captured for current converge (run-id) if config errors were present. This also adds error numbers to each of the failure conditions we detect, in order to simplify providing the operator help with resolving the errors. Resolves #11106 and #11105 Signed-off-by: Marc A. Paradise <marc.paradise@gmail.com>
* Remove installing htop in testTim Smith2021-03-091-1/+0
| | | | | | Get the builds green again Signed-off-by: Tim Smith <tsmith@chef.io>
* Update cspell.jsonTim Smith2021-02-221-0/+1
| | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Updated chef to use the CurrentUser certificate store. Previously it only ↵Tim Smith2021-02-041-1/+3
| | | | | used LocalMachine. Updated Gemlock to use win32-cerstore 0.5.3 (#10977) Signed-off-by: Tim Smith <tsmith@chef.io>
* Rename a variable to get rid of a spelling exception.Pete Higgins2020-12-281-1/+0
| | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* Fix spellcheck violations.Pete Higgins2020-12-011-0/+2
| | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* Resolve spellcheck warningsTim Smith2020-11-031-3/+4
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Remove support for nexentacore which has been dead since 2012Tim Smith2020-10-281-2/+0
| | | | | | | | | | | | | | https://en.wikipedia.org/wiki/Nexenta_OS "In late 2011, the Nexenta OS brand was terminated and replaced with Illumian, which is derived from community development for illumos and OpenIndiana, but was distinguished by its use of Debian packaging. Illumian version 1.0 was released in February 2012. Following the initial release of Illumian in 2012, the Illumian project was discontinued.[3]" and "Final release 3.1.3.5 (October 31, 2012; 7 years ago)" We never really support this and it's been dead dead dead for a long time. Just nuke it along with the helpers. There's no way anyone used these. Signed-off-by: Tim Smith <tsmith@chef.io>
* fix chefstyle and spellcheckmwrock2020-10-011-1/+2
| | | | Signed-off-by: mwrock <matt@mattwrock.com>
* Fix spellcheck violations.Pete Higgins2020-08-251-0/+1
| | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* Add basic unit test of properties and the helper methodTim Smith2020-08-191-0/+2
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>