Merge "Add 'optional' param for mariadb heka conf"

This commit is contained in:
Jenkins 2016-07-15 13:05:17 +00:00 committed by Gerrit Code Review
commit 7c095c0a2d

View File

@ -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",