https://github.com/gibbs/puppet-acct
Puppet module for installing the GNU Accounting Utilities
https://github.com/gibbs/puppet-acct
acct psacct puppet puppet-module
Last synced: 6 months ago
JSON representation
Puppet module for installing the GNU Accounting Utilities
- Host: GitHub
- URL: https://github.com/gibbs/puppet-acct
- Owner: gibbs
- License: mit
- Created: 2022-07-30T09:53:52.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-11-28T18:24:46.000Z (6 months ago)
- Last Synced: 2024-11-28T19:19:50.403Z (6 months ago)
- Topics: acct, psacct, puppet, puppet-module
- Language: Ruby
- Homepage:
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# acct
[](https://github.com/gibbs/puppet-acct/actions?query=workflow%3ACI)
[](https://github.com/gibbs/puppet-acct/actions?query=workflow%3ARelease)
[](https://forge.puppet.com/genv/acct)
[](LICENSE)Install, configure and manage the GNU Accounting Utilities.
## Usage
Include the `acct` class to install the `acct` or `psacct` package with default
configuration:```puppet
include acct
```