inuits/puppet-fail2ban

Name: puppet-fail2ban

Owner: Inuits

Description: null

Created: 2015-08-06 19:43:35.0

Updated: 2015-08-06 19:43:36.0

Pushed: 2015-08-06 20:56:47.0

Homepage: null

Size: 102

Language: HTML

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Basic usage
# cat site.pp
node default {
  include fail2ban
}
Unit testing

Plain RSpec:

# rspec

Using bundle:

# bundle exec rspec

Test against a specific Puppet or Facter version:

# PUPPET_VERSION=2.7.1  bundle update && bundle exec rspec
# PUPPET_VERSION=2.7.19 bundle update && bundle exec rspec
# FACTER_VERSION=1.6.8  bundle update && bundle exec rspec

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.