puppet-mosquitto

This is a nice module to manage Eclipse mosquitto


License
AGPL-3.0
Install
puppet module install puppet-mosquitto --version 0.1.0

Documentation

Mosquitto module for Puppet

Build Status Code Coverage Puppet Forge Puppet Forge - downloads Puppet Forge - endorsement Puppet Forge - scores AGPL v3 License

ToC

Description

This module configures the mosquitto service. The default configuration allows anonymous access. It works simply with:

include mosquitto

All parameters are documented in the REFERENCE.md. You can pass configuration options with:

class{'mosquitto:
  config => [
  'acl_file foobar.acl',
  'bridge_insecure false',
  ]
}

License

This project is licensed under AGPL-3. A license file is in the document root of this repository.

Development and Contribution

This project contains tests for rspec-puppet.

Quickstart to run all linter and unit tests:

bundle install --path .vendor/ --without system_tests --without development --without release
bundle exec rake test

Detailed information about the test setup and contributions are in the CONTRIBUTING.md in the .github/ directory.

Authors

puppet-mosquitto is maintained by Vox Pupuli, it was written by Tim 'bastelfreak' Meusel.