Version information
released Feb 3rd 2014
Start using this module
Add this module to your Puppetfile:
mod 'jhoblitt-sysstat', '1.1.0'
Learn more about managing modules with a PuppetfileDocumentation
jhoblitt/sysstat — version 1.1.0 Feb 3rd 2014
Puppet sysstat Module
Table of Contents
Overview
Manages the sysstat package
Description
This module installs and manages the
sysstat package which provides
the sar
and iostat
commands.
Usage
include sysstat
Limitations
At present, only support for $::osfamily == 'RedHat'
has been implimented.
Adding other Linux distrubtions should be trivial.
Tested on
- el5.x
- el6.x
Support
Please log tickets and issues at github
[Current]
- b46ee6a - (Joshua Hoblitt) Merge pull request #1 from austgate/master
- e9e6361 - (Iain Emsley) add Debian support
v1.0.0
- 95cb003 - (Joshua Hoblitt) add sysstat::params class and improve test coverage
- 66d1367 - (Joshua Hoblitt) doc + test cleanups
- fe80566 - (Joshua Hoblitt) fix linter warnings
- ce3c6cb - (Joshua Hoblitt) Merge remote-tracking branch 'skel/master'
- 5c6a356 - (Joshua Hoblitt) first commit
- ed6a68b - (Joshua Hoblitt) ignore patch related files *{.orig,.rej,.patch}
- 6a67990 - (Joshua Hoblitt) add puppet-syntax support
- 435661d - (Joshua Hoblitt) add travis-ci build placard
- fb932f9 - (Joshua Hoblitt) add example spec test
- 4050f0d - (Joshua Hoblitt) add a default .travis.yml
- c46ff1e - (Joshua Hoblitt) git ignore Gemfile.lock
- e86f789 - (Joshua Hoblitt) install ruby gems from https://rubygems.org instead of :rubygems
To resolve this warning:
The source :rubygems is deprecated because HTTP requests are insecure.
Please change your source to 'https://rubygems.org' if possible, or
'http://rubygems.org' if not.
- 95df6b6 - (Joshua Hoblitt) first commit
Copyright (C) 2012-2013 Joshua Hoblitt <jhoblitt@cpan.org> Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.