Mickaël Canévet
Mickaël Canévet
I rebased it, but TBH I can't remember whether or not it was working when I coded this 6 years ago... As I don't use Puppet anymore, I can't test...
@Phil0xF7 if you find a proper way to do it than OK. PR welcome.
PuppetDB 3.x is actually already supported. We are using PuppetDB query APIv4
@Phil0xF7 PR welcome :-)
@daenney wouldn't it be possible to fix puppetdb-ruby? @nathanielksmith what do you think?
@daenney it will probably not be easy to do what this https://github.com/camptocamp/puppet-ghostbuster/blob/master/spec/spec_helper.rb#L6-L19 does for unit tests... I'm not sure it will be easily possible to convert complex puppetdb query to...
@daenney did you already use VCR? I'm interested in using this instead of my hack with jgrep, but I can't find a simple doc about how to use it with...
@raphink ah! we forgot that one when we transferred a bunch of projects to Vox Pupuli. :-)
@ibotty do you mean this project is dead? If so, maybe you should put a notice in the `README.md`.
Same problem here. I looked at the code but I could not figure out exactly what happens. I can see [here](https://github.com/terraform-providers/terraform-provider-vault/blob/f500c71c7000fb7b00bfc54dee05eb74fc4f9454/vault/provider.go#L639) that the provider configuration function calls `DefaultConfig` function of...