Merge "Fix can't generate heka-custom.toml on multi-nodes"

This commit is contained in:
Jenkins 2016-12-09 19:47:18 +00:00 committed by Gerrit Code Review
commit 466b8670d1

@ -56,7 +56,7 @@
- { name: "swift-rsyncd", src: "swift", enabled: "{{ enable_swift }}" }
- name: Heka custom config file exists
stat: "path={{ node_custom_config }}/heka/heka-custom.toml"
local_action: stat path="{{ node_custom_config }}/heka/heka-custom.toml"
register: heka_custom_stat_result
- name: Copying over heka custom config file