oleksandriegorov / puppet-abrt

installs and configures abrt via puppet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

abrt

Build Status

Table of Contents

  1. Overview
  2. Usage - Configuration options and additional functionality
  3. Development - Setup development environment
  4. Contribution - Guide for contributing to the module

Overview

ABRT is a set of tools to help users detect and report problems. It's main purpose is to ease the process of reporting an issue and finding a solution.

Usage

class { 'abrt':
  package_ensure         => 'latest',
  open_gpg_check         => 'no',
  autoreporting_enabled  => 'yes',
  process_unpackaged     => 'yes',
}

include abrt::addon::ccpp
include abrt::addon::kerneloops
include abrt::addon::python
include abrt::addon::ruby
include abrt::addon::vmcore
include abrt::libreport::mailx

class { 'abrt::libreport::sos': enable => false, }

class { 'abrt::libreport::ureport':
  url           => 'https://puppet.company.net:8443/abrt',
  sslverify     => 'yes',
  sslclientauth => 'puppet',
}

Setup development environments

You can run smoke tests:

$ vagrant up
$ vagrant provision

Contribution

  • Fork the project
  • Commit and push until you are happy with your contribution
  • Send a pull request with a description of your changes

About

installs and configures abrt via puppet

License:Apache License 2.0


Languages

Language:Puppet 83.9%Language:Ruby 10.2%Language:Shell 5.9%