Ben Konick
Ben Konick
I think I am hitting this too. Recently upgraded our wrapper from using `~> 8.3.1` to `~> 8.5.0` and I was not seeing the correct (new) tarball be extracted until...
> @bkonick We worked around this issue by modifying `java_home` in our recipe prior to calling the java resource. We changed it include the java version like this: > >...
Interestingly, the overwrite property causes the extract to happen during every run which breaks `enforce_idempotency` in test-kitchen. I may have to go with that workaround after all @brailsmt
> @bkonick We worked around this issue by modifying `java_home` in our recipe prior to calling the java resource. We changed it include the java version like this: > >...
I am interested in this feature as well. It would be good to either add this feature, or to allow the provider to accept username/password so that we can create...
A snippet of my attempt to set visibility looked like this: ```ruby client.edit_repository( repo, visibility: 'internal' ) ``` It did not result in the expected behavior.
Related to this, `:upgrade` should trigger a `chef-server-ctl upgrade` rather than just a reconfigure, right? I can't seem to get it to do that.
I believe that this is similar to the issue I opened here https://github.com/rancher/rke/issues/3091