https://github.com/cirrax/puppet-pypolicydspf
A puppet module to configure python-postfix-policyd-spf
https://github.com/cirrax/puppet-pypolicydspf
mta postfix puppet spf spf-record
Last synced: 5 months ago
JSON representation
A puppet module to configure python-postfix-policyd-spf
- Host: GitHub
- URL: https://github.com/cirrax/puppet-pypolicydspf
- Owner: cirrax
- License: gpl-3.0
- Created: 2018-03-11T10:25:27.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-11T14:33:13.000Z (about 8 years ago)
- Last Synced: 2025-08-30T16:46:58.693Z (9 months ago)
- Topics: mta, postfix, puppet, spf, spf-record
- Language: Ruby
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# puppet module for pypolicyd_spf
[](https://travis-ci.org/cirrax/puppet-pypolicydspf)
[](https://forge.puppetlabs.com/cirrax/pypolicydspf)
[](https://forge.puppet.com/cirrax/pypolicydspf)
[](https://forge.puppet.com/cirrax/pypolicydspf)
[](https://forge.puppet.com/cirrax/pypolicydspf)
#### Table of Contents
1. [Overview](#overview)
1. [Usage](#usage)
1. [Reference](#reference)
1. [Contribuiting](#contributing)
## Overview
This module is used to configure [python-postfix-policyd-spf](http://www.openspf.org/Software).
## Usage
To start using pypolicydspf you need to include the pypolicydspf main class
and tell your're postfix to use it.
A minimal example might be:
~~~
class{'pypolicydspf'}
~~~
If you like to use hiera, you can define:
~~~
---
pypolicydspf::config:
PermError_reject: '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-pypolicydspf/graphs/contributors)
for a list of all contributors.