https://github.com/cirrax/puppet-opendmarc
puppet module for opendmarc
https://github.com/cirrax/puppet-opendmarc
opendmarc puppet-forge puppet-opendmarc
Last synced: 5 months ago
JSON representation
puppet module for opendmarc
- Host: GitHub
- URL: https://github.com/cirrax/puppet-opendmarc
- Owner: cirrax
- License: gpl-3.0
- Created: 2018-03-10T22:55:31.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-12-07T21:13:59.000Z (over 1 year ago)
- Last Synced: 2025-09-21T21:37:10.992Z (9 months ago)
- Topics: opendmarc, puppet-forge, puppet-opendmarc
- Language: Ruby
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# opendmarc puppet module
[](https://travis-ci.org/cirrax/puppet-opendmarc)
[](https://forge.puppetlabs.com/cirrax/opendmarc)
[](https://forge.puppet.com/cirrax/opendmarc)
[](https://forge.puppet.com/cirrax/opendmarc)
[](https://forge.puppet.com/cirrax/opendmarc)
#### Table of Contents
1. [Overview](#overview)
1. [Usage](#usage)
1. [Reference](#reference)
1. [Contribuiting](#contributing)
## Overview
This module is used to configure opendmarc
## Usage
To start using opendmarc you need to include the opendmarc main class
and tell your're mta to use the milter.
A minimal example might be:
~~~
class{'opendmarc'}
~~~
If you like to use hiera, you can define:
~~~
---
opendmarc::configs:
RejectFailures: true
Syslog: true
~~~
## Reference
All classes are documented in the manifests.
## Contributing
Please report bugs and feature request using GitHub issue tracker.
For pull requests, it is very much appreciated to check your Puppet manifest with puppet-lint
and the available spec tests in order to follow the recommended Puppet style guidelines
from the Puppet Labs style guide.
### Authors
This module is mainly written by [Cirrax GmbH](https://cirrax.com).
See the [list of contributors](https://github.com/cirrax/puppet-opendmarc/graphs/contributors)
for a list of all contributors.