Forge Home

ossec

Install and configure OSSEC-HIDS client and server

165,751 downloads

50,152 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.0.22 (latest)
  • 2.0.21
  • 2.0.20
  • 2.0.19
  • 2.0.18
  • 2.0.17
  • 2.0.16
  • 2.0.15
  • 2.0.14
  • 2.0.13
  • 2.0.12
  • 2.0.11
  • 2.0.10
  • 2.0.9
  • 2.0.8
  • 2.0.7
  • 2.0.6
  • 2.0.5
  • 2.0.4
  • 2.0.3
  • 2.0.2
  • 2.0.1
  • 2.0.0
  • 1.0.1 (deleted)
  • 1.0.0 (deleted)
released Nov 27th 2017
This version is compatible with:
  • , , , ,

Start using this module

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

Add this module to your Puppetfile:

mod 'wazuh-ossec', '2.0.22'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add wazuh-ossec
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install wazuh-ossec --version 2.0.22

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
Tags: 283, ossec, hids

Documentation

wazuh/ossec — version 2.0.22 Nov 27th 2017

OSSEC Puppet module

This module installs and configure OSSEC HIDS agent and manager.

Documentation

Credits and thank you

This Puppet module has been authored by Nicolas Zin, and updated by Jonathan Gazeley and Michael Porter. Wazuh has forked it with the purpose of maintaing it. Thank you to the authors for the contribution.

Beaker Test

  • set chocolatey installation support - $ export OSSEC_CHOCOLATEY_ENABLED=true.

  • add puppet environment variables for spec_helper_acceptance.rb

    $ export PUPPET_INSTALL_TYPE=agent
    $ export PUPPET_INSTALL_VERSION=1.9.3
    
  • run default acceptance test $ bundle exec rake beaker. This will only execute the windows test with ossec agent 2.9.2

  • run ubuntu agent test BEAKER_setfile=spec/acceptance/nodesets/ubuntu-1404.yaml bundle exec rspec spec/acceptance/.

  • run centos agent test BEAKER_setfile=spec/acceptance/nodesets/centos-72.yaml bundle exec rspec spec/acceptance

  • run windows 2012r2 with agent 2.8 BEAKER_setfile=spec/acceptance/nodesets/windows-2012r2-ossec28.yaml bundle exec rspec spec/acceptance

References