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

monkeypatch chef to edit existing resources in place

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

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...

I have a template declaration that I would like to override, but its located in a provider action, not in a recipe. Any help is appreciated!

The opsode apache cookbook actually clones the apache ports.conf template resource in the default and mod_ssl recipes: If I want to rewind that resource in my own wrapper cookbook, and...

Using rewind can also be useful in providers, if for example a provider can be called multiple times and update the same file

The README refers to `cookbook_name` as an attribute of a resource specifying the location of the associated file, but that is incorrect; the attribute is simply `cookbook`. There is a...

wontfix