Charlie Voiselle

Results 18 comments of Charlie Voiselle

That was it! A ~/.vault_token file was the culprit. Perhaps we could add logging to explain where it found its vault credential? It was unexpected because it was running in...

This is to parallel the work in hashicorp/consul-template#1312

Something that made this more troubleshootable was to change the Terminal Preferences to not autoclose the windows. You can do this by: 1. Go to the **Terminal** menu. 2. Select...

I was able to reproduce your problem on my setup, and I was able to get the behavior I believe you are looking for if I do the following: 1....

Rebased on main, Updated the Nomad API dependency to 1.4.1's /api version. Reverted the test shenanigans. Things look to be green and ready to rock @eikenb, @tgross

I believe that you could obtain your desired output using a template with `env=true`. I'd be curious to hear how it works for you if you could give it a...

@philrenaud per your request, tagging you in. :D

@jrasell I think maybe you are going to have to be the one to smash the merge button on this.

You can currently create strict behavior in 0.3.0-beta by testing the variable and using the Sprig [`fail` function](http://masterminds.github.io/sprig/flow_control.html). However, there is some art on making this an all-or-nothing option at...

The most idiomatic fix for this is to replace `[[runners]]` with `[[ "[[runners]]" ]]`, which re-emits the string literal in place.