chartbeat-labs / garethr-sysdig

Puppet module for installing sysdig

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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,
}

About

Puppet module for installing sysdig

License:Apache License 2.0


Languages

Language:Ruby 79.7%Language:Puppet 20.3%