Remove redundant copying of Fluentd input files
These files are copied by the wildcard which proceeds it. Change-Id: I27dc7797db705f025c3a312cb9e9c577342ea06f
This commit is contained in:
parent
98e5415722
commit
d46635598d
@ -19,24 +19,6 @@
|
||||
"owner": "{{ fluentd_user }}",
|
||||
"perm": "0600"
|
||||
},
|
||||
{
|
||||
"source": "{{ container_config_directory }}/input/06-zookeeper.conf",
|
||||
"dest": "{{ fluentd_dir }}/input/06-zookeeper.conf",
|
||||
"owner": "{{ fluentd_user }}",
|
||||
"perm": "0600"
|
||||
},
|
||||
{
|
||||
"source": "{{ container_config_directory }}/input/07-kafka.conf",
|
||||
"dest": "{{ fluentd_dir }}/input/07-kafka.conf",
|
||||
"owner": "{{ fluentd_user }}",
|
||||
"perm": "0600"
|
||||
},
|
||||
{
|
||||
"source": "{{ container_config_directory }}/input/08-opendaylight.conf",
|
||||
"dest": "{{ fluentd_dir }}/input/08-opendaylight.conf",
|
||||
"owner": "{{ fluentd_user }}",
|
||||
"perm": "0600"
|
||||
},
|
||||
{# Copy all configuration files in filter/ directory to include #}
|
||||
{# custom filter configs. #}
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user