diff --git a/ansible/roles/common/templates/heka.json.j2 b/ansible/roles/common/templates/heka.json.j2 index ec129bf1caa843a92128e46c420e9f1c50b6fe5b..bb2ae350406603452d5132092931f0a6846913ba 100644 --- a/ansible/roles/common/templates/heka.json.j2 +++ b/ansible/roles/common/templates/heka.json.j2 @@ -61,7 +61,8 @@ "source": "{{ container_config_directory }}/heka-rabbitmq.toml", "dest": "/etc/heka/heka-rabbitmq.toml", "owner": "heka", - "perm": "0600" + "perm": "0600", + "optional": {{ (not enable_rabbitmq | bool) | string | lower }} }, { "source": "{{ container_config_directory }}/heka-openstack.toml", @@ -80,7 +81,8 @@ "source": "{{ container_config_directory }}/heka-keystone.toml", "dest": "/etc/heka/heka-keystone.toml", "owner": "heka", - "perm": "0600" + "perm": "0600", + "optional": {{ (not enable_keystone | bool) | string | lower }} }, { "source": "{{ container_config_directory }}/heka-horizon.toml",