Large refactor of task runner and Vault token rehandling

This commit is contained in:
Alex Dadgar
2016-10-17 11:41:22 -07:00
parent ebef11e6b0
commit e34902ae8a
23 changed files with 695 additions and 793 deletions

View File

@@ -173,14 +173,13 @@ type Template struct {
ChangeMode string
ChangeSignal string
Splay time.Duration
Once bool
}
type Vault struct {
Policies []string
Env bool
TokenChangeMode string
TokenChangeSignal string
Policies []string
Env bool
ChangeMode string
ChangeSignal string
}
// NewTask creates and initializes a new Task.