Version information
released Apr 21st 2018
This version is compatible with:
- Puppet Enterprise 2018.1.x, 2017.3.x
- Puppet >= 4.13.0 < 6.0.0
- Fedora, , , , , ,
Start using this module
Add this module to your Puppetfile:
mod 'ceritsc-psacct', '1.0.0'
Learn more about managing modules with a PuppetfileDocumentation
ceritsc/psacct — version 1.0.0 Apr 21st 2018
Puppet Linux process accounting module
This module enables Linux process accounting.
Requirements
Module has been tested on:
- Puppet 5.5
- Debian 7,8,9 and RHEL/CentOS 6,7 and SLES/SLED
Required modules:
Quick Start
Setup process accouting
include psacct
Full configuration options:
class { 'psacct':
enabled => true|false, # enable state
logging => 30, # days to keep log history
manage_etc_default_acct => true|false, # modify /etc/default/acct
logfile => '...', # accounting log file
packages => [...], # list of packages to install
service => '...', # service name
}
Contributors
- Rob Ruma robruma@gmail.com
- Pat Riehecky riehecky@fnal.gov
CERIT Scientific Cloud, support@cerit-sc.cz
2018-04-22 - Release 1.0.0
- Modernize for Puppet 4/5
- Convert to PDK module
- Add tests
2016-04-22 - Release 0.9.6
Support for RHEL 7 and clones in metadata.
Features
- Support for RHEL 7 and clones in metadata.
2016-04-22 - Release 0.9.5
Support Fedora, Scientific Linux 6 and Debian 8.
Features
- Support Fedora, SL6 and D8.
2014-12-08 - Release 0.9.4
Fix file/directory permissions.
Bugfixes
- Fix PF module archive file/directory permissions.
2014-09-02 - Release 0.9.3
Summary
Fix metadata.json
Bugfixes
- Fix metadata.json module dependencies
2014-09-02 - Release 0.9.2
Summary
Fix metadata.json
Bugfixes
- Fix metadata.json "version_requirement" keyword
2014-08-07 - Release 0.9.1
Summary
Initial release.
Dependencies
- puppetlabs/stdlib (>= 4.6.0 < 5.0.0)
The MIT License (MIT) Copyright (c) 2014 Institute of Computer Science, Masaryk University Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.