Christian McHugh
Christian McHugh
I guess this basically involves supporting the hash and array resolution types like in https://github.com/crayfishx/hiera-gpg/blob/master/lib/hiera/backend/gpg_backend.rb
Since I worked out issue 1, I figured I would tackle this as well. I think it's all working. Everything is based on the smart var looker upper from foreman:...
In testing this morning, it looks like the smartvar search is does not work.
On asking about it on IRC, I was told: mcm0245> the wiki/API page says that a GET on /lookupkeys should return the list of smartvars mcm0245> I can get this...
So the current issue with the script is the change from looking up the smartvar key directly, to trying to grab the hash of all keys (which fails) But I...
Figured out the error when using this backend with a module. Since the mcollective facts are not added to hiera by default, when not run by the command line, the...
That's a great question, I have no idea. I stumbled across the catalog.tags bit in some puppet doc, then looked through the result to find that it was an array...
Great! I don't know where you managed to find that info. I had a heck of a time coming up with the seemingly hacky scope.catalog.tags bit :) Good work!
This issue seems to be closed :)
Is the goal to make the current docker modules work with both docker and podman, or to introduce a new podman module with a docker virtualname?