Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 1.43 KB

README.md

File metadata and controls

47 lines (32 loc) · 1.43 KB

maeq-fail2ban_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 Fail2ban Exporter.

Usage

For more information see REFERENCE.md.

Install Fail2ban Exporter

Puppet

include fail2ban_exporter

Examples

Personal python installation

fail2ban_exporter::manage_python: false

Development

This project contains tests for rspec-puppet.

Quickstart to run all linter and unit tests:

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