####Table of Contents
- Overview
- Usage - Configuration options
- Reference - Parameter and detailed reference to all options
- Limitations - OS compatibility, etc.
- Development - Guide for contributing to the module
- TODO
- Additional Information
class { 'sysstat': }
sysstat: Installs and configures sysstat.
sysstat::install: Installs sysstat packages.sysstat::config: Configures sysstat.sysstat::service: Manages the sysstat service.sysstat::params: Sets parameter defaults based on fact values.
#####foo
This module has been tested on:
- CentOS 6 x86_64
Testing requires the following dependencies:
- rake
- bundler
Install gem dependencies
bundle install
Run unit tests
bundle exec rake test
If you have Vagrant >= 1.2.0 installed you can run system tests
bundle exec rake beaker
