Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 20 days 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 (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-21T13:54:07.000Z (10 months ago)
- Last Synced: 2024-10-10T11:42:36.100Z (about 1 month ago)
- Topics: acct, psacct, puppet, puppet-module
- Language: Ruby
- Homepage:
- Size: 33.2 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
[![Build Status](https://github.com/gibbs/puppet-acct/workflows/CI/badge.svg)](https://github.com/gibbs/puppet-acct/actions?query=workflow%3ACI)
[![Release](https://github.com/gibbs/puppet-acct/workflows/Release/badge.svg)](https://github.com/gibbs/puppet-acct/actions?query=workflow%3ARelease)
[![Puppet Forge](https://img.shields.io/puppetforge/v/genv/acct.svg?maxAge=2592000?style=plastic)](https://forge.puppet.com/genv/acct)
[![Apache-2 License](https://img.shields.io/github/license/gibbs/puppet-acct.svg)](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
```