| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|
|
|
| |
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|
|
|
|
|
| |
We don't need to specify nil anymore since it's the default now.
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|
|
|
|
|
| |
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>
|
| |
|
|\
| |
| | |
Add openssl_x509_crl resource and fix default modes in x509_certificate / x509_request
|
| |
| |
| |
| |
| |
| | |
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>
|
| |
| |
| |
| |
| |
| | |
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>
|
| | |
|
| | |
|
|\ \
| |/
|/| |
Simplify / fix our yard doc Rake task
|
| |
| |
| |
| | |
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|/ |
|
| |
|
| |
|
| |
|
|
|
|
| |
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
|
| |
|
|\
| |
| | |
support repeated options in systemd_unit
|
| |
| |
| |
| | |
Signed-off-by: David Bresson <dabresson@gmail.com>
|
| | |
|
|\ \
| | |
| | |
| | |
| | | |
MsysTechnologiesllc/dh/MSYS-854_support_task_on_battery
Support for battery power options in windows_task resource
|
| | |
| | |
| | |
| | | |
Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com>
|
|\ \ \
| | | |
| | | | |
Start work on the 14.4 release notes
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Document the new resources and the improvements to existing resources.
Signed-off-by: Tim Smith <tsmith@chef.io>
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
Restart Python yum helper before each repo enable/disable
|
| | |_|/
| |/| | |
|
| | | | |
|
|\ \ \ \
| |/ / /
|/| | | |
Fix failed RHEL6 32-bit functional tests
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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>
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Fix the defaults that should be lazied and fix the duplicate class name I was using.
Signed-off-by: Tim Smith <tsmith@chef.io>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Tim Smith <tsmith@chef.io>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
No need for allowing nil here.
Signed-off-by: Tim Smith <tsmith@chef.io>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Also use ::OpenSSL in a few other places.
Signed-off-by: Tim Smith <tsmith@chef.io>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Ported from the openssl cookbook.
Signed-off-by: Tim Smith <tsmith@chef.io>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
openssl_ec_private_key
openssl_ec_public_key
openssl_x509_certificate
openssl_x509_request
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|/ / /
| | |
| | |
| | |
| | |
| | | |
We don't need this with custom resources
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|/ / |
|
| | |
|