Version information
released Jun 6th 2018
This version is compatible with:
- Puppet Enterprise 2018.1.x, 2017.3.x, 2017.2.x, 2017.1.x, 2016.5.x, 2016.4.x
- Puppet >= 3.8.0 < 6.0.0
- , , ,
Start using this module
Add this module to your Puppetfile:
mod 'wyrie-pypolicyd_spf', '0.2.0'
Learn more about managing modules with a PuppetfileDocumentation
wyrie/pypolicyd_spf — version 0.2.0 Jun 6th 2018
puppet-pypolicyd_spf
Install and configures pypolicyd_spf (http://www.openspf.org/Software).
Description
The module will fetch a versioned tar.gz file from the launchpad project site, build it and install it. It also supports the installation of different versions as found on the project download page (https://launchpad.net/pypolicyd-spf/+download) and configuration of the various directives found in the config file.
Usage
class { 'pypolicyd_spf': }
This will install version 1.2 with the default configuration settings. See the tests folder for more options/examples.
Limitations
- This module has been tested on Debian Wheezy and Centos 6.4.
- Module relies on the locally installed wget binary, which is not managed.
- On Redhat systems the dependency 'python-pyspf' is found in EPEL, which is not managed by this module. See https://forge.puppetlabs.com/stahnma/epel.
Dependencies
- puppetlabs/stdlib (>= 4.0.2 < 5.0.0)
- stahnma/epel (>= 0.0.3 < 2.0.0)