Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rebase consul template and make Nomad environment variables available #2209

Merged
merged 13 commits into from
Jan 23, 2017
Prev Previous commit
Next Next commit
remove xxx
  • Loading branch information
dadgar committed Jan 23, 2017
commit afb2b29c1be8dc89cf93c368a898fdd4e52a0d24
1 change: 0 additions & 1 deletion client/consul_template.go
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,6 @@ WAIT:

for _, event := range events {
// This template hasn't been rendered
// XXX I don't think I have enough info for this
if event.LastWouldRender.IsZero() {
continue WAIT
}
Expand Down