https://github.com/chassis/auditd
A Chassis extension to install auditd
https://github.com/chassis/auditd
Last synced: 8 months ago
JSON representation
A Chassis extension to install auditd
- Host: GitHub
- URL: https://github.com/chassis/auditd
- Owner: Chassis
- Created: 2020-04-06T12:35:25.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-06T12:36:54.000Z (about 6 years ago)
- Last Synced: 2025-01-04T19:28:40.299Z (over 1 year ago)
- Language: Puppet
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Auditd
A Chassis extension to install and configure [auditd](https://linux.die.net/man/8/auditd) on your server.
## Activation
Ensure you have a Chassis instance set up locally already.
```
# In your Chassis dir:
git clone --recursive https://github.com/Chassis/auditd.git extensions/auditd
```
Then you'll need to reprovision
```
cd ..
vagrant provision
```
Alternatively you can add the extension to one of your yaml config files. e.g.
```
# Extensions
#
# Install a list of extensions automatically
extensions:
- chassis/auditd
```
Then you'll need to reprovision
```
cd ..
vagrant provision
```
auditd has now been installed inside your Chassis box.