Skip to content

Commit

Permalink
Merge pull request #5976 from hashicorp/b-consul-template-update-2019…
Browse files Browse the repository at this point in the history
…0718

Update consul-template dependency to latest
  • Loading branch information
Mahmood Ali committed Jul 18, 2019
2 parents 858d18d + 80b1344 commit 6e1fbfd
Show file tree
Hide file tree
Showing 11 changed files with 178 additions and 74 deletions.
2 changes: 1 addition & 1 deletion client/allocrunner/taskrunner/template/template.go
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ func templateRunner(config *TaskTemplateManagerConfig) (
return nil, nil, err
}

runner, err := manager.NewRunner(runnerConfig, false, false)
runner, err := manager.NewRunner(runnerConfig, false)
if err != nil {
return nil, nil, err
}
Expand Down
2 changes: 2 additions & 0 deletions vendor/github.com/hashicorp/consul-template/CHANGELOG.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

72 changes: 41 additions & 31 deletions vendor/github.com/hashicorp/consul-template/Makefile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

43 changes: 38 additions & 5 deletions vendor/github.com/hashicorp/consul-template/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 16 additions & 11 deletions vendor/github.com/hashicorp/consul-template/cli.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 6e1fbfd

Please sign in to comment.