Showing with 11 additions and 6 deletions.
  1. +3 −3 .travis.yml
  2. +6 −1 CHANGELOG.md
  3. +1 −1 manifests/processor.pp
  4. +1 −1 metadata.json
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ matrix:
bundler_args: --without system_tests development
env: STRICT_VARIABLES="yes"
script: bundle exec rake rubocop
- rvm: 2.1.9
- rvm: 2.1.10
bundler_args: --without system_tests development
env: PUPPET_GEM_VERSION="~> 4.0" STRICT_VARIABLES=yes
- rvm: 2.1.9
- rvm: 2.1.10
bundler_args: --without system_tests development
env: PUPPET_GEM_VERSION="~> 3.8"
env: PUPPET_GEM_VERSION="3.8.7"
notifications:
email: false
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@ Changelog
=========

## Unreleased
[Full Changelog](https://github.com/pcfens/puppet-filebeat/compare/v0.10.4...HEAD)
[Full Changelog](https://github.com/pcfens/puppet-filebeat/compare/v0.11.1...HEAD)

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

- Restore puppet 3.x compatibility regression ([PUP-2523](https://tickets.puppetlabs.com/browse/PUP-2523))

## [v0.11.0](https://github.com/pcfens/puppet-filebeat/tree/v0.11.0)
[Full Changelog](https://github.com/pcfens/puppet-filebeat/compare/v0.10.4...v0.11.0)
Expand Down
2 changes: 1 addition & 1 deletion manifests/processor.pp
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
$processor_config = delete_undef_values({
'processors' => [
{
$processor_name => $_configuration
"${processor_name}" => $_configuration
},
],
})
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pcfens-filebeat",
"version": "0.11.0",
"version": "0.11.1",
"author": "pcfens",
"license": "Apache-2.0",
"summary": "A module to install and manage the filebeat log shipper",
Expand Down