open-vault/command/agent/config/test-fixtures/config-template-many-nosink.hcl

39 lines
609 B
HCL
Raw Normal View History

pid_file = "./pidfile"
auto_auth {
method {
type = "aws"
namespace = "/my-namespace"
config = {
role = "foobar"
}
}
}
template {
source = "/path/on/disk/to/template.ctmpl"
destination = "/path/on/disk/where/template/will/render.txt"
create_dest_dirs = true
command = "restart service foo"
error_on_missing_key = false
perms = 0600
}
template {
source = "/path/on/disk/to/template2.ctmpl"
destination = "/path/on/disk/where/template/will/render2.txt"
perms = 0755
backup = true
wait {
min = "2s"
max = "10s"
}
}