Skip to content
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.

cristifalcas/puppet-abrt

Repository files navigation

DEPRECATED.

abrt

Build Status

Table of Contents

  1. Overview
  2. Usage - Configuration options and additional functionality
  3. Development - 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',
  openGPGCheck         => 'no',
  autoreportingEnabled => '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',
}

Development

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