Starting heka bootstrap container failed in deployment
Change-Id: I7efa3f5df3a5743d264864070967cf995900b147 Closes-Bug: #1561111
This commit is contained in:
parent
a9539d9abe
commit
9a910d6b1e
@ -19,7 +19,8 @@
|
|||||||
"source": "{{ container_config_directory }}/heka-haproxy.toml",
|
"source": "{{ container_config_directory }}/heka-haproxy.toml",
|
||||||
"dest": "/etc/heka/heka-haproxy.toml",
|
"dest": "/etc/heka/heka-haproxy.toml",
|
||||||
"owner": "heka",
|
"owner": "heka",
|
||||||
"perm": "0600"
|
"perm": "0600",
|
||||||
|
"optional": {{ (not enable_haproxy | bool) | string | lower }}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"source": "{{ container_config_directory }}/heka-rabbitmq.toml",
|
"source": "{{ container_config_directory }}/heka-rabbitmq.toml",
|
||||||
|
Loading…
Reference in New Issue
Block a user