Forge Home

secureapp

This module provides a facility to manage IPtables rules from Tufin SecureApp.

10,251 downloads

9,984 latest version

1.6 quality score

We run a couple of automated
scans to help you access a
module's quality. Each module is
given a score based on how well
the author has formatted their
code and documentation and
modules are also checked for
malware using VirusTotal.

Please note, the information below
is for guidance only and neither of
these methods should be considered
an endorsement by Puppet.

Version information

  • 1.5.1 (latest)
  • 1.5.0
released Apr 24th 2014

Start using this module

  • r10k or Code Manager
  • Bolt
  • Manual installation
  • Direct download

Add this module to your Puppetfile:

mod 'tufin-secureapp', '1.5.1'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add tufin-secureapp
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install tufin-secureapp --version 1.5.1

Direct download is not typically how you would use a Puppet module to manage your infrastructure, but you may want to download the module in order to inspect the code.

Download

Documentation

tufin/secureapp — version 1.5.1 Apr 24th 2014

##Overview

This module is used to manage IPtables rules from Tufin SecureApp.

##Module Description

This module makes a call to a REST API on the Tufin SecureApp host and retrieves a list of firewall rules that need to be applied on the Puppet slave to allow access to the SecureApp managed application.

##Usage

Include the following Puppet code for the relevant nodes:

 class {'secureapp':
      secureapp_host => "ip_of_secureapp_host",
      secureapp_username => "secureapp_username",
      secureapp_password => "secureapp_password"
        }

##Limitations

This module does not currently support IPv6.

##License

Apache License, Version 2.0