Skip to content

Commit

Permalink
fix: metadata config fixes for ftp listener
Browse files Browse the repository at this point in the history
Change-Id: I35033c999d1a2386fcac6ecc53ed60e5ca441809
  • Loading branch information
joshbronson committed Aug 22, 2014
1 parent 82f6647 commit f31b570
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cookbooks/kafka/templates/default/ftp2s3.yaml.erb
Expand Up @@ -9,6 +9,5 @@
:output_directory: '<%= @config[:output_directory] %>'
:split_files: true
:s3_bucket: '<%= @config[:s3_bucket] %>'
:meta_directory: '<%= @config[:meta_directory] %>'
:meta_s3_bucket: '<%= @config[:meta_s3_bucket] %>'
:metadata: <%= @config[:metadata] %>

0 comments on commit f31b570

Please sign in to comment.