Merge "Add 'optional' param for mariadb heka conf"
This commit is contained in:
commit
7c095c0a2d
@ -45,7 +45,8 @@
|
||||
"source": "{{ container_config_directory }}/heka-mariadb.toml",
|
||||
"dest": "/etc/heka/heka-mariadb.toml",
|
||||
"owner": "heka",
|
||||
"perm": "0600"
|
||||
"perm": "0600",
|
||||
"optional": {{ (not enable_mariadb | bool) | string | lower }}
|
||||
},
|
||||
{
|
||||
"source": "{{ container_config_directory }}/heka-keystone.toml",
|
||||
|
Loading…
Reference in New Issue
Block a user