| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
This was just a typo that came in from the sudo cookbook
Signed-off-by: Tim Smith <tsmith@chef.io>
|
| |
|
|\
| |
| | |
Catch json.load exceptions causing syslog errors
|
| |
| |
| |
| | |
Signed-off-by: Tom Doherty <tom.doherty@fixnetix.com>
|
| | |
|
|\ \
| | |
| | | |
add support for lock bot
|
| | |
| | |
| | |
| | | |
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
|
| | |
| | |
| | |
| | |
| | |
| | | |
https://github.com/dessant/lock-threads
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
|
| | | |
|
|\ \ \
| |_|/
|/| | |
bump omnibus
|
|/ /
| |
| |
| |
| |
| | |
tested this in CI builds and it was working.
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
|
| | |
|
|\ \
| | |
| | | |
add the resources() dsl method back to providers
|
| | |
| | |
| | |
| | | |
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Custom resource actions were picking this up via delegation to
the wrapping resource, and that wiring was removed in 14, so that
API then got dropped accidentally. This should fix that back
up. It also consistently injects the resource APIs into resources
and providers both now (and consistently across core resources
and custom resources).
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
|
| | | |
|
|/ /
| |
| | |
Signed-off-by: Tom Doherty <tom.doherty@fixnetix.com>
|
| | |
|
|\ \
| | |
| | | |
Fix up knife logging
|
| |/
| |
| |
| |
| |
| |
| | |
ensure that trace level is selectable if necessary via -VVV
Pass the correct object to net/ssh
Signed-off-by: Thom May <thom@chef.io>
|
|\ \
| | |
| | | |
ship resource-inspector
|
| | |
| | |
| | |
| | | |
Signed-off-by: Thom May <thom@chef.io>
|
|\ \ \
| | | |
| | | | |
Update mixlib-log and mixlib-authentication
|
| |/ /
| | |
| | |
| | | |
Signed-off-by: Thom May <thom@chef.io>
|
| | | |
|
|\ \ \
| |/ /
|/| | |
fix for enable/disable repo ordering
|
| | |
| | |
| | |
| | | |
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
|
|/ /
| |
| |
| |
| |
| |
| | |
use one array, shove them in the array in order, read them out
and apply them...
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
|
| | |
|
|\ \
| | |
| | | |
fix Chef-14 chef_fs/chef-zero perf regression
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Fixes a perf bug introduced by #6471 where we were taking O(n^2)
with the number of cookbook versions in the cookbook synch phase.
This is a minimum viable fix that changes the algorithm so that
it does the old, fast method of looking up the CBV first. Only
if it doesn't find it does it then go searching for cookbooks
that are in a differently named directory but which match by
the name in the metadata.
There may be edge conditions here if people mix-and-match and
have cookbooks which have both named-directory and
name-in-metadata versions. Please try not to do that. Don't
cross the streams.
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
|
|\ \
| |/
|/| |
Expeditor docs are available over http
|
|/
|
| |
Obvious fix
|
| |
|
|\
| |
| | |
Fix RHSM registration using passwords
|
| |
| |
| |
| |
| |
| | |
This fix came into the cookbook repo at https://github.com/chef-partners/redhat-subscription-manager-cookbook/pull/41
Signed-off-by: Tim Smith <tsmith@chef.io>
|
| | |
|
|\ \
| |/
|/| |
Modify the provides for all resources from cookbooks so chef wins
|
|/
|
|
|
|
| |
Due to changes in chef-client 14 old cookbooks started winning and this causes lots of problems, especially for old incompatible resources. Chef client should always win here.
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|\
| |
| | |
Update Chef 14 release notes
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Add all the knife deprecations
Add the chef solo -r deprecation
Add a note about the changes to the windows_feature resources
Add the node.set / node.set_unless deprecation
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|\ \
| |/
|/| |
macos_userdefaults - fix improper boolean to int conversion
|
| |
| |
| |
| | |
Signed-off-by: Erik Gomez <e@eriknicolasgomez.com>
|
|/
|
|
| |
Signed-off-by: Erik Gomez <e@eriknicolasgomez.com>
|
| |
|
|\
| |
| | |
add delegator for property_is_set? to providers
|
|/
|
|
|
|
|
|
|
|
|
|
|
| |
This was dropped in Chef 14.0.190 by chef/chef#6952 as a side effect
of stripping out all the Chef::Resource automagic delegators.
People were using this one inside of provider code, and it seems fine
to continue to use it.
Moving it to inject it directly into the Provider class instead of
just custom resource action_classes to make our API more consistent.
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
|
| |
|
|\
| |
| | |
Update InSpec to 2.1.21
|
| |
| |
| |
| | |
Signed-off-by: Tim Smith <tsmith@chef.io>
|