summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* More description updatesrandom_delayTim Smith2018-08-241-2/+2
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Add missing commaTim Smith2018-08-241-1/+1
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Lazily eval the empty hash default and remove nil typesTim Smith2018-08-241-6/+7
| | | | | | We don't need to specify nil anymore since it's the default now. Signed-off-by: Tim Smith <tsmith@chef.io>
* Add random_delay property to cron_dTim Smith2018-08-241-0/+4
| | | | | | This was released in cron cookbook 6.1. The template already supported it, but the property was missing. Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 14.4.52 by Chef Expeditorv14.4.52Chef Expeditor2018-08-251-1/+1
|
* Merge pull request #7586 from chef/openssl_updatesTim Smith2018-08-244-8/+138
|\ | | | | Add openssl_x509_crl resource and fix default modes in x509_certificate / x509_request
| * Add openssl_x509_crl resourceTim Smith2018-08-242-0/+131
| | | | | | | | | | | | This is another great resource added to the openssl cookbook by @juju482 at Institut National de l'Audiovisuel Signed-off-by: Tim Smith <tsmith@chef.io>
| * Remove mode defaults from x509_certificate / x509_requestTim Smith2018-08-242-8/+7
| | | | | | | | | | | | Just let the file resource handle this unless the user passes something. This will prevent warnings on Windows hosts. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 14.4.51 by Chef Expeditorv14.4.51Chef Expeditor2018-08-241-1/+1
| |
* | Bump version to 14.4.50 by Chef Expeditorv14.4.50Chef Expeditor2018-08-241-1/+1
| |
* | Merge pull request #7580 from chef/yardTim Smith2018-08-241-1/+1
|\ \ | |/ |/| Simplify / fix our yard doc Rake task
| * Fix a yard syntax errorTim Smith2018-08-231-1/+1
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 14.4.49 by Chef Expeditorv14.4.49Chef Expeditor2018-08-241-1/+1
|/
* Bump version to 14.4.48 by Chef Expeditorv14.4.48Chef Expeditor2018-08-241-1/+1
|
* Bump version to 14.4.47 by Chef Expeditorv14.4.47Chef Expeditor2018-08-231-1/+1
|
* Bump version to 14.4.46 by Chef Expeditorv14.4.46Chef Expeditor2018-08-221-1/+1
|
* add a commentLamont Granquist2018-08-221-0/+2
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* lazy the default resource_name until after parsingLamont Granquist2018-08-221-2/+2
| | | | | | | | | | | only set it if the resource doesn't set one. this means that we don't call resource_name or provides before parsing the file so that the chef_version_for_provides API in #7524 can work (otherwise we throw the deprecation warning before we ever parse the file). Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Bump version to 14.4.45 by Chef Expeditorv14.4.45Chef Expeditor2018-08-221-1/+1
|
* Bump version to 14.4.44 by Chef Expeditorv14.4.44Chef Expeditor2018-08-211-1/+1
|
* Bump version to 14.4.43 by Chef Expeditorv14.4.43Chef Expeditor2018-08-211-1/+1
|
* Bump version to 14.4.42 by Chef Expeditorv14.4.42Chef Expeditor2018-08-211-1/+1
|
* Check for an actual value, rather than the key being set.Noah Kantrowitz2018-08-211-1/+1
| | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
* Bump version to 14.4.41 by Chef Expeditorv14.4.41Chef Expeditor2018-08-201-1/+1
|
* Merge pull request #7560 from dbresson/feature/repeated-options-systemd-unitTim Smith2018-08-201-1/+3
|\ | | | | support repeated options in systemd_unit
| * support repeated options in systemd_unitDavid Bresson2018-08-171-1/+3
| | | | | | | | Signed-off-by: David Bresson <dabresson@gmail.com>
* | Bump version to 14.4.40 by Chef Expeditorv14.4.40Chef Expeditor2018-08-201-1/+1
| |
* | Merge pull request #7483 from ↵Tim Smith2018-08-202-3/+14
|\ \ | | | | | | | | | | | | MsysTechnologiesllc/dh/MSYS-854_support_task_on_battery Support for battery power options in windows_task resource
| * | added functional testdheerajd-msys2018-07-262-11/+9
| | | | | | | | | | | | Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com>
| * | update for idempotent and test casedheerajd-msys2018-07-261-3/+8
| | | | | | | | | | | | Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com>
| * | fix reviews commentdheerajd-msys2018-07-261-2/+6
| | | | | | | | | | | | Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com>
| * | [MSYS-854]support for task on batterydheerajd-msys2018-07-262-0/+4
| | | | | | | | | | | | Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com>
* | | Merge pull request #7545 from chef/release_notesTim Smith2018-08-201-2/+2
|\ \ \ | | | | | | | | Start work on the 14.4 release notes
| * | | Start work on the 14.4 release notesTim Smith2018-08-141-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Document the new resources and the improvements to existing resources. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | Bump version to 14.4.39 by Chef Expeditorv14.4.39Chef Expeditor2018-08-201-1/+1
| | | |
* | | | Merge pull request #7558 from cosinusoidally/issue-7540Tim Smith2018-08-201-1/+2
|\ \ \ \ | | | | | | | | | | Restart Python yum helper before each repo enable/disable
| * | | | Restart Python yum helper before each repo enable/disableLiam Wilson2018-08-171-1/+2
| | |_|/ | |/| |
* | | | Bump version to 14.4.38 by Chef Expeditorv14.4.38Chef Expeditor2018-08-181-1/+1
| | | |
* | | | Merge pull request #7555 from chef/lcg/fix-yumLamont Granquist2018-08-171-2/+2
|\ \ \ \ | |/ / / |/| | | Fix failed RHEL6 32-bit functional tests
| * | | fix el6 32-bit testslcg/fix-yumLamont Granquist2018-08-161-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We've been relying on the yum libraries to throw away the version information that we supply here and return the version that is installed that matches the name + arch. On el6 32-bit we've hit a bug in the yum libraries where it appears to not do this. The simple solution here is to just throw away the version information ourselves. I think at one point early in the development of the new yum provider that there was more of a point to supplying the version here, but as it evolved that went away, but this argument was still kept around vestigially. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | | Bump version to 14.4.37 by Chef Expeditorv14.4.37Chef Expeditor2018-08-171-1/+1
| | | |
* | | | Add specs for the x509_cert and x509_request resourcesopenssl_new_stuffTim Smith2018-08-162-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | Fix the defaults that should be lazied and fix the duplicate class name I was using. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | Add description fields to the openssl resourcesTim Smith2018-08-156-43/+102
| | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | Set the new resources as preview resources and remove nil user/groupTim Smith2018-08-154-13/+13
| | | | | | | | | | | | | | | | | | | | | | | | No need for allowing nil here. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | Add the helper methods to the libraryTim Smith2018-08-142-5/+283
| | | | | | | | | | | | | | | | | | | | | | | | Also use ::OpenSSL in a few other places. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | Update priv_key_file_valid? helper to support EC keysTim Smith2018-08-141-3/+8
| | | | | | | | | | | | | | | | | | | | | | | | Ported from the openssl cookbook. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | Add new openssl_* resourcesTim Smith2018-08-145-0/+476
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | openssl_ec_private_key openssl_ec_public_key openssl_x509_certificate openssl_x509_request Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | Remove declare_resource usageTim Smith2018-08-143-3/+3
|/ / / | | | | | | | | | | | | | | | We don't need this with custom resources Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 14.4.36 by Chef Expeditorv14.4.36Chef Expeditor2018-08-141-1/+1
|/ /
* | Bump version to 14.4.35 by Chef Expeditorv14.4.35Chef Expeditor2018-08-141-1/+1
| |