Zach Leslie

Results 47 comments of Zach Leslie

Maybe a little example helps. Here is the full content of my `Puppetfile`: ```ruby require 'yaml' datapath = File.expand_path('modules.yaml', File.join(__FILE__, '..')) modules = YAML.load_file(datapath) @data = [] modules.each do |m|...

I don't think ruby needs to be part of the solution at all, if it were taken on. Mostly this would just be another file format in yaml to contain...

How does one determine what values are available in the template? Left blank, I get a strange ID created in DUO that I can't determine the source in vault.

Hi @inteon Thank you for the response. Can you clarify if using `caBundle` will authenticate an expired certificate? To clarify my post, the Vault server is using a certificate provided...

I wasn't able to test this, but it looks somewhat reasonable. If desired, we could mock the whole stack with an expired cert and such, but I'll let you all...

I'm not sure, but I believe it may be due to the hyphen in the name, or perhaps that if the name is normalized with `natOutgoing`, then there would be...

Jsonnet is a programming language for programming json output, generally speaking. One common use case is to use it like Helm, but more expressive to create the necessary kubernetes resources...

I also recognize that if you add code to tell if users have upgraded, they probably need to upgrade for you to see that, but perhaps you had something else...

I wouldn't mind seeing those files, but I know nothing of the code in this project to help at this time.