summaryrefslogtreecommitdiff
path: root/spec
Commit message (Collapse)AuthorAgeFilesLines
...
* | Refactored code to be more readable and changed a test to correct for ↵John McCrae2022-06-241-0/+10
| | | | | | | | | | | | starting out with Auto-Managed being false by default Signed-off-by: John McCrae <john.mccrae@progress.com>
* | Refactored code to be more readable and changed a test to correct for ↵John McCrae2022-06-241-2/+2
| | | | | | | | | | | | starting out with Auto-Managed being false by default Signed-off-by: John McCrae <john.mccrae@progress.com>
* | Refactored tests for older Windows versionsJohn McCrae2022-06-241-6/+1
| | | | | | | | Signed-off-by: John McCrae <john.mccrae@progress.com>
* | Refactored tests for older Windows versionsJohn McCrae2022-06-231-6/+11
| | | | | | | | Signed-off-by: John McCrae <john.mccrae@progress.com>
* | Correcting Cert creation for rspec testsJohn McCrae2022-06-171-1/+1
|/ | | | Signed-off-by: John McCrae <john.mccrae@progress.com>
* Merge pull request #12182 from chef/manick/11638_zypper_package_source_additionJohn McCrae2022-06-142-0/+44
|\
| * Missing source path unit and functional specspratixha2022-05-252-1/+17
| | | | | | | | Signed-off-by: pratixha <pratiksha.prajapati@msystechnologies.com>
| * Fixed functional and unit testspratixha2022-05-252-3/+3
| | | | | | | | Signed-off-by: pratixha <pratiksha.prajapati@msystechnologies.com>
| * Fixed available version changes. Added source in zypper package specManick Vel2022-05-251-0/+7
| | | | | | | | Signed-off-by: Manick Vel <mkumaravel@msystechnologies.com>
| * Addressed source_file_exist and uri_scheme related changesManick Vel2022-05-251-7/+7
| | | | | | | | Signed-off-by: Manick Vel <mkumaravel@msystechnologies.com>
| * Fixed chefstyle related issueManick Vel2022-05-251-2/+2
| |
| * Made source addition to zypper package and added specs tooManick Vel2022-05-251-0/+21
| |
* | Merge pull request #11626 from ↵John McCrae2022-06-141-0/+10
|\ \ | | | | | | | | | MsysTechnologiesllc/smriti/3884_mounting_cifs_shares_with_spaces
| * | Mount: device name space character substituted with ascii valuesmriti2022-04-061-0/+10
| | | | | | | | | | | | Signed-off-by: smriti <sgarg@msystechnologies.com>
* | | Merge pull request #12377 from hamarituc/12165-cron_dJohn McCrae2022-06-141-1/+37
|\ \ \
| * | | Limit cron_d job name validation to linux platformMario Haustein2022-05-311-7/+35
| | | | | | | | | | | | | | | | Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de>
| * | | Fix cron_d job name character setMario Haustein2022-05-311-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit restrict the cron_d job name property to the character set according to the cron specification: > Additionally, cron reads the files in /etc/cron.d [...] Files must > conform to the same naming convention as used by run-parts(8): they > must consist solely of upper- and lower-case letters, digits, > underscores, and hyphens. closes #12165 Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de>
* | | | refactoring the version checkJohn McCrae2022-06-131-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: John McCrae <john.mccrae@progress.com>
* | | | Adjusting cert creation for older Windows platformsJohn McCrae2022-06-021-1/+8
|/ / / | | | | | | | | | Signed-off-by: John McCrae <john.mccrae@progress.com>
* | | refactored authenticator.rb to remove a redundant block that was causing ↵John McCrae2022-05-261-109/+109
| | | | | | | | | | | | | | | | | | tests to fail Signed-off-by: John McCrae <jmccrae@chf.io>
* | | refactored authenticator.rb to remove a redundant block that was causing ↵John McCrae2022-05-261-110/+111
| |/ |/| | | | | | | | | tests to fail Signed-off-by: John McCrae <jmccrae@chf.io>
* | Updated reviewd changes to add cookbook name in path in error msgsnehaldwivedi2022-05-241-1/+1
| | | | | | | | Signed-off-by: snehaldwivedi <sdwivedi@msystechnologies.com>
* | Knife upload: bad error message when a recipe has a syntax errorsnehaldwivedi2022-05-241-0/+3
| | | | | | | | Signed-off-by: snehaldwivedi <sdwivedi@msystechnologies.com>
* | Updated windows_certificate resource to account for bugs and updates in the ↵John McCrae2022-05-241-12/+15
| | | | | | | | | | | | win32-certstore gem Signed-off-by: John McCrae <jmccrae@chf.io>
* | add expire and inactive options to linux user resource (#11659)Corey Hemminger2022-05-032-0/+92
| | | | | | | | | | | | | | * add expire and inactive options to linux user resource * fix spell check * add tests Signed-off-by: Corey Hemminger <hemminger@hotmail.com>
* | SELinux integration to infra client (#12694)neha-p62022-04-117-0/+399
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 1. Add resources for SELlinux 2. Add common helper for SELinux under a new subdirectory 3. Wire files together with corresponding changes Signed-off-by: Neha Pansare <neha.pansare@progress.com> * 3. Include SElinux CommonHelper under action_class for corresponding resources as it uses shell_out! 4. Add SELinux config file templates for debian and default versions Signed-off-by: Neha Pansare <neha.pansare@progress.com> * 5.Add local mode true to correctly parse template from selinux_state resource Signed-off-by: Neha Pansare <neha.pansare@progress.com> * 6. Remove SELinux cookbook dependency from kitchen-tests as SELinux resources are now part of core chef client, update linux.rb recipe to use corresponding SELinux resources instead of include_recipe Signed-off-by: Neha Pansare <neha.pansare@progress.com> * 7. Add unit test cases for SELinux resources 8. Add documentation for SELinux resources Signed-off-by: Neha Pansare <neha.pansare@progress.com> * 9. Obvious fix: code linting and spellcheck Signed-off-by: Neha Pansare <neha.pansare@progress.com> * 10. Add code linting changes. 11. Add missing comma in cspell.json resulting in issue Signed-off-by: Neha Pansare <neha.pansare@progress.com> * 12. Add linting and spellcheck changes Signed-off-by: Neha Pansare <neha.pansare@progress.com> * 13. Add documentation for SELinux resources for all properties, actions with examples 14. Added permissive SELinux policy for en_to_end kitchen test Signed-off-by: Neha Pansare <neha.pansare@progress.com> * 15. Fix chefstyle linting 16. Update few shell_out calls to use array format of input parameters Signed-off-by: Neha Pansare <neha.pansare@progress.com>
* copyright and some reorganizationLamont Granquist2022-04-011-0/+17
| | | | | | | | | | | the `use` helper for partials can now pull in any partial in the lib/chef/resources directory. for example: ``` use "core::cron/cron_shared" ``` Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* simplify DSL codeLamont Granquist2022-03-311-1/+1
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* more consolidationLamont Granquist2022-03-312-35/+16
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* working as a core partialLamont Granquist2022-03-311-1/+1
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* custom-resource-izationLamont Granquist2022-03-311-15/+9
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* more cleanupLamont Granquist2022-03-311-18/+46
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* better testingLamont Granquist2022-03-311-38/+174
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Initial mergeLamont Granquist2022-03-312-0/+225
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Merge pull request #12724 from ↵John McCrae2022-03-301-0/+8
|\ | | | | | | DecoyJoe/feature/add-rubygems_url-to-chef_client_config
| * Add rubygems_url property to chef_client_config resourceJoseph Larionov2022-03-301-0/+8
| | | | | | | | Signed-off-by: Joseph Larionov <jlarionov@webmd.net>
* | Merge pull request #12680 from jazaval/plist-file-contentJohn McCrae2022-03-291-0/+25
|\ \ | | | | | | The windows tests were bypassed because they are running on Server 2016 which is deprecated on Github Actions
| * | lintJacob Zaval2022-03-221-5/+5
| | | | | | | | | Signed-off-by: Jacob Zaval <jazava@microsoft.com>
| * | remove unneeded stripJacob Zaval2022-03-101-1/+1
| | | | | | | | | Signed-off-by: Jacob Zaval <jazava@microsoft.com>
| * | add functional spec for plist, fix hash implementationJacob Zaval2022-03-101-0/+25
| | | | | | | | | Signed-off-by: Jacob Zaval <jazava@microsoft.com>
* | | Merge pull request #12140 from ↵Lamont Granquist2022-03-292-23/+143
|\ \ \ | | | | | | | | | | | | jasonwbarnett/feature/allow-setting-default-secret-service
| * | | Add support for default secret serviceJason Barnett2022-03-262-23/+143
| | |/ | |/| | | | | | | Signed-off-by: Jason Barnett <jason.w.barnett@gmail.com>
* | | Merge branch 'main' into INFC-7John McCrae2022-03-242-11/+1
|\ \ \ | |/ /
| * | remove useless testLamont Granquist2022-03-211-10/+0
| | | | | | | | | | | | | | | | | | | | | this is testing ruby responding to a kill TERM not testing chef-client at all. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | allow test to run on ruby 3.1Lamont Granquist2022-03-211-1/+1
| | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | updating gemlock files and updating code from feedbackJohn McCrae2022-03-242-8/+7
| | | | | | | | | | | | Signed-off-by: John McCrae <john.mccrae@progress.com>
* | | updating gemlock files and updating code from feedbackJohn McCrae2022-03-232-25/+10
| | | | | | | | | | | | Signed-off-by: John McCrae <john.mccrae@progress.com>
* | | updating gemlock filesJohn McCrae2022-03-223-33/+150
| | | | | | | | | | | | Signed-off-by: John McCrae <john.mccrae@progress.com>
* | | updating gemlock filesJohn McCrae2022-03-221-0/+17
|/ / | | | | | | Signed-off-by: John McCrae <john.mccrae@progress.com>
* | Modernize the http_request resource code and specsLamont Granquist2022-03-141-72/+60
|/ | | | | | No changes to implementation, just doing some code cleanup. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>