https://github.com/simp/pupmod-simp-aide
The SIMP aide Puppet Module
https://github.com/simp/pupmod-simp-aide
Last synced: about 1 year ago
JSON representation
The SIMP aide Puppet Module
- Host: GitHub
- URL: https://github.com/simp/pupmod-simp-aide
- Owner: simp
- License: other
- Created: 2015-05-19T09:49:31.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2024-11-26T15:49:54.000Z (over 1 year ago)
- Last Synced: 2025-04-13T05:53:42.910Z (about 1 year ago)
- Language: Ruby
- Size: 276 KB
- Stars: 4
- Watchers: 17
- Forks: 18
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: LICENSE
Awesome Lists containing this project
README
[](http://www.apache.org/licenses/LICENSE-2.0.html)
[](https://bestpractices.coreinfrastructure.org/projects/73)
[](https://forge.puppetlabs.com/simp/aide)
[](https://forge.puppetlabs.com/simp/aide)
[](https://travis-ci.org/simp/pupmod-simp-aide)
# pupmod-simp-aide
#### Table of Contents
* [Description](#description)
* [Setup](#setup)
* [What aide affects](#what-aide-affects)
* [Setup Requirements](#setup-requirements)
* [Usage](#usage)
* [Reference](#reference)
* [Limitations](#limitations)
* [Development](#development)
## Description
Sets up a functioning AIDE system.
## Setup
### What aide affects
Manages the following:
* `aide` package
* The following files and directories:
* `/etc/aide.conf`
* `/etc/aide.conf.d/`
* `/var/lib/aide/`
* `/var/log/aide/`
### Setup Requirements
This module requires the following:
* [puppetlabs-stdlib](https://forge.puppet.com/puppetlabs/stdlib)
* [simp-auditd](https://forge.puppet.com/simp/auditd)
* [simp-logrotate](https://forge.puppet.com/simp/logrotate)
* [simp-rsyslog](https://forge.puppet.com/simp/rsyslog)
* [simp-simplib](https://forge.puppet.com/simp/simplib)
## Usage
class { 'aide': }
## Reference
See [REFERENCE.md](./REFERENCE.md) for the full module reference.
## Limitations
SIMP Puppet modules are generally intended for use on Red Hat Enterprise
Linux and compatible distributions, such as CentOS. Please see the
[`metadata.json` file](./metadata.json) for the most up-to-date list of
supported operating systems, Puppet versions, and module dependencies.
## Development
Please read our [Contribution Guide](https://simp.readthedocs.io/en/stable/contributors_guide/index.html).
If you find any issues, they can be submitted to our
[JIRA](https://simp-project.atlassian.net).