/garethr-sysdig

Puppet module for installing sysdig

Primary LanguageRubyApache License 2.0Apache-2.0

Puppet module for installing Sysdig from the official repository on Ubuntu or RedHat.

This module is also available on the Puppet Forge

Build Status

Usage

The module includes a single class:

include 'sysdig'

This will install sysdig as well as the apt or yum repository. On Ubuntu this will also install the required linux kernel headers.

The class currently has only one parameter, to affect the ensure value of the package. For instance if you want to remove sysdig you can use:

class { 'sysdig':
  ensure => absent,
}