Skip to content

garethr/garethr-sysdig

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published