Forge Home

tripwire

Installs and configures tripwire

10,707 downloads

6,990 latest version

4.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

  • 2.2.1 (latest)
  • 2.2.0
  • 2.1.0
  • 2.0.0
  • 1.7.0
  • 1.6.0
  • 1.5.0
  • 1.4.0
  • 1.3.0
  • 1.2.0
  • 1.1.0
  • 1.0.0
  • 0.6.0
  • 0.5.0
  • 0.4.0 (deleted)
  • 0.3.0 (deleted)
  • 0.1.1 (deleted)
  • 0.1.0 (deleted)
released Feb 27th 2017
This version is compatible with:
This module has been deprecated by its author since Oct 29th 2019.

The reason given was: No longer maintained

Start using this module

Documentation

autostructure/tripwire — version 2.2.1 Feb 27th 2017

Table of Contents

  1. Overview
  2. Module Description - What the module does and why it is useful
  3. Setup - The basics of getting started with tripwire
  4. Usage - Configuration options and additional functionality
  5. Reference - An under-the-hood peek at what the module is doing and how
  6. Limitations - OS compatibility, etc.
  7. Development - Guide for contributing to the module

Overview

Tripwire Puppet module objective is to automate the process of installing and connecting a Tripwire client to the Tripwire master

Module Description

Tripwire module was designed to be applied to Puppets base_linux_install manifest, this was simply done with an include tripwire in the base_linux class. However you can load the module into your modulepath and declare the class through Puppet web console.Goto the Puppet console, select the Tripwire profile class, apply it to any RedHat Linux server have Tripwire installed and communicating with a Tripwire master

Setup

To retrieve the public module code , please clone git clone git@github.com:autostructure/tripwire.git The private data will need to be designed accordingly for your Organizations purpose

What tripwire affects

Tripwire application monitors pre defined directories/files, this monitors the files / directories for any changes, this will help an organization determine if these changes were scheduled or unscheduled

Setup Requirements OPTIONAL

RedHat

Beginning with tripwire

In order to pull the public code into your Puppet Infrastructure please add the following line to your Puppetfile mod "autostructure/tripwire"

Usage

Within the Tripwire profile that can be seen by querying the class in the Puppet console $twip This parameter is the IP address to the Tripwire Master server to connect with Integer[0, 65535] $twtripport This is the port to connect to the Master Tripwire server with String $pass This is the passcode needed to make a successful connection to the Master te_agent_8.4.2_en_linux_x86_64/te_agent.bin <--- This is the file downloaded from a trusted repo, this file will install tripwire agent on the Client

Reference

Here, list the classes, types, providers, facts, etc contained in your module. This section should include all of the under-the-hood workings of your module so people know what the module is touching on their system but don't need to mess with things. (We are working on automating this section!)

Limitations

This is where you list OS compatibility, version compatibility, etc.

Development

Since your module is awesome, other users will want to play with it. Let them know what the ground rules for contributing are.

Release Notes/Contributors/Etc Optional

If you aren't using changelog, put your release notes here (though you should consider using changelog). You may also add any additional sections you feel are necessary or important to include here. Please use the ## header.