Skip to content

Commit

Permalink
Fix typo in ruby 1.8 template (Fixes #23)
Browse files Browse the repository at this point in the history
Signed-off-by: Phil Fenstermacher <[email protected]>
  • Loading branch information
pcfens committed Apr 14, 2016
1 parent d7d1862 commit 316d228
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ Changelog
## Unreleased
[Full Changelog](https://github.com/pcfens/puppet-filebeat/compare/v0.6.0...HEAD)

**Fixed Bugs**
- Fix typo in Ruby 1.8 template [\#23](https://github.com/pcfens/puppet-filebeat/issues/23)

## [v0.6.0](https://github.com/pcfens/puppet-filebeat/tree/v0.6.0)
[Full Changelog](https://github.com/pcfens/puppet-filebeat/compare/v0.5.8...v0.6.0)

Expand Down
2 changes: 1 addition & 1 deletion templates/filebeat.yml.ruby18.erb
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
<%- if @filebeat_config['output']['elasticsearch']['tls']['certificate'] != nil -%>
certificate: "<%= @filebeat_config['output']['elasticsearch']['tls']['certificate'] %>"
<%- end -%>
<%- if @filebeat_config['output']['elasticsearch']['tls']['certifcate_key'] != nil -%>
<%- if @filebeat_config['output']['elasticsearch']['tls']['certificate_key'] != nil -%>
certificate_key: "<%= @filebeat_config['output']['elasticsearch']['tls']['certificate_key'] %>"
<%- end -%>
<%- if @filebeat_config['output']['elasticsearch']['tls']['insecure'] != nil -%>
Expand Down

0 comments on commit 316d228

Please sign in to comment.