Version information
This version is compatible with:
- Puppet Enterprise 2023.2.x, 2023.1.x, 2023.0.x, 2021.7.x, 2021.6.x, 2021.5.x, 2021.4.x, 2021.3.x, 2021.2.x, 2021.1.x, 2021.0.x
- Puppet >= 7.0.0 < 8.0.0
- , , , ,
Start using this module
Add this module to your Puppetfile:
mod 'genv-acct', '2.0.0'
Learn more about managing modules with a PuppetfileDocumentation
Reference
Table of Contents
Classes
Public Classes
acct
: GNU Accounting Utilities
Private Classes
acct::config
: configurationacct::package
: package managementacct::service
: service management
Data types
Acct::Defaults
: Default configuration types
Classes
acct
GNU Accounting Utilities
Parameters
The following parameters are available in the acct
class:
defaults
manage_defaults
package_name
package_ensure
package_manage
service_enable
service_name
service_ensure
service_manage
defaults
Data type: Acct::Defaults
acct defaults configuration
manage_defaults
Data type: Boolean
Manage the acct defaults file (/etc/default/acct)
package_name
Data type: String[1]
The package name
package_ensure
Data type: String
The package ensure state
package_manage
Data type: Boolean
If the package should be managed
service_enable
Data type: Boolean
The service enable state
service_name
Data type: String[1]
The service name to use
service_ensure
Data type: Enum['stopped', 'running']
The service ensure state
service_manage
Data type: Boolean
If the auditd service should be managed
Data types
Acct::Defaults
Default configuration types
Alias of
Struct[{
Optional['enable'] => Boolean,
Optional['logging'] => Integer,
}]
Change log
All notable changes to this project will be documented in this file. The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
v2.0.0 (2024-01-21)
Added
Fixed
v1.1.0 (2022-11-24)
Added
v1.0.0 (2022-07-31)
Added
* This Changelog was automatically generated by github_changelog_generator
Dependencies
- puppetlabs/stdlib (>= 4.13.1 < 10.0.0)
MIT License Copyright (c) 2022 Dan Gibbs 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.