chef-rewind icon indicating copy to clipboard operation
chef-rewind copied to clipboard

monkeypatch chef to edit existing resources in place

Results 2 chef-rewind issues
Sort by recently updated
recently updated
newest added

From what I see, in the resource source code, resource guards are a list, that is append only. Since I lost a bit of time to figure it out, I...

Tested with chef-client 12.6.0/12.14.89 and chef-rewind 0.0.9. We're trying to use unwind to remove some notifications from a declared resource, then redefining the resource with the correct attributes. However, the...