Mihai Petracovici

Results 8 comments of Mihai Petracovici

I'm not sure it trying to use the `virtqemud-sock-ro` is due to the lack of network driver support. For some reason it is trying to use the modular qemu socket...

Just curious on the status of this. Are there plans to add this functionality?

I am no longer seeing policyfile errors with the latest version so i think this is fixed.

Any chance this cookbook can get a similarly fixed release like the chef_client_updater cookbook did a week or so ago?

I've been banging my head against this for a while now but I think I have a way that works: ```ruby before do chef_runner.node.policy_group = end ``` The above will...

I also ran into this issue. I found a fairly hacky workaround: 1. Install `krb5` from homebrew (`brew install krb5`) 2. In your gssapi gem install location, change the path...

@johnsoja40 I don't think that property exists. I could only find references to it in the kitchen driver. All the code seems to use `machine_spec.name` when creating and referencing the...

I am running into this as well. It seems that you must set your own password as a normal precedence attribute in order for it to not be overwritten by...