Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/link0/puppet-mqtt

Puppet module for the Mosquitto MQTT server
https://github.com/link0/puppet-mqtt

Last synced: about 2 months ago
JSON representation

Puppet module for the Mosquitto MQTT server

Awesome Lists containing this project

README

        

# MQTT Puppet module
[![Build Status](https://travis-ci.org/link0/puppet-mqtt.svg?branch=master)](https://travis-ci.org/link0/puppet-mqtt)

Puppet module to manage Mosquitto servers

## Features

## Supported OS

* Ubuntu
* Debian
* FreeBSD

## Dependencies

## Example

```puppet

class { '::mqtt':
config_template => 'different/module/custom.conf.erb'
}
```

# Contributions

Pull requests are very welcome. Join [these fine folks](https://github.com/link0/puppet-mqtt/graphs/contributors) who already helped to get this far with this module.

**To help guaranteeing the stability of the module, please make sure to add tests to your pull request.**