maeq-linky_exporter


Keywords
exporter, metrics, linky
License
Apache-2.0
Install
puppet module install maeq-linky_exporter --version 0.1.1

Documentation

maeq-linky_exporter

Build Status Travis Puppet Forge Puppet Forge - downloads Puppet Forge - scores Apache-2 License

Table of Contents

Description

This module automates the install of linky Exporter.

Usage

For more information see REFERENCE.md.

Install linky Exporter

Puppet

include linky_exporter

Examples

Change device file

linky_exporter::serial_device: '/dev/ttyAMA0'

Development

This project contains tests for rspec-puppet.

Quickstart to run all linter and unit tests:

bundle install --path .vendor/
bundle exec rake test