Functional consul template env file support

This commit is contained in:
Michael Schurter
2017-05-12 17:07:54 -07:00
parent 052cb28c30
commit 7dac668adf
6 changed files with 82 additions and 0 deletions

View File

@@ -680,6 +680,7 @@ func ApiTaskToStructsTask(apiTask *api.Task, structsTask *structs.Task) {
Perms: *template.Perms,
LeftDelim: *template.LeftDelim,
RightDelim: *template.RightDelim,
Envvars: *template.Envvars,
}
}
}