Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove legacy top-scope syntax #350

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ These should not affect the functionality of the module.
- Typo in init.erb [\#198](https://github.com/voxpupuli/puppet-kafka/issues/198)
- Fixed typo in init.erb [\#199](https://github.com/voxpupuli/puppet-kafka/pull/199) ([LionelCons](https://github.com/LionelCons))
- kafka::consumer now calls kafka::consumer::config [\#187](https://github.com/voxpupuli/puppet-kafka/pull/187) ([LionelCons](https://github.com/LionelCons))
- kafka::mirror::service does not inherit from ::kafka::params anymore [\#177](https://github.com/voxpupuli/puppet-kafka/pull/177) ([LionelCons](https://github.com/LionelCons))
- kafka::mirror::service does not inherit from kafka::params anymore [\#177](https://github.com/voxpupuli/puppet-kafka/pull/177) ([LionelCons](https://github.com/LionelCons))

**Closed issues:**

Expand All @@ -248,7 +248,7 @@ These should not affect the functionality of the module.
- The ZooKeeper service should not be required by default [\#183](https://github.com/voxpupuli/puppet-kafka/issues/183)
- Java should not be installed by default [\#180](https://github.com/voxpupuli/puppet-kafka/issues/180)
- include statements do not need quotes [\#178](https://github.com/voxpupuli/puppet-kafka/issues/178)
- mirror/service.pp should not inherit from ::kafka::params [\#176](https://github.com/voxpupuli/puppet-kafka/issues/176)
- mirror/service.pp should not inherit from kafka::params [\#176](https://github.com/voxpupuli/puppet-kafka/issues/176)
- Module user/group management should be optional [\#173](https://github.com/voxpupuli/puppet-kafka/issues/173)

**Merged pull requests:**
Expand Down
Loading