项目作者: cirrax

项目描述 :
puppet module for opendmarc
高级语言: Ruby
项目地址: git://github.com/cirrax/puppet-opendmarc.git
创建时间: 2018-03-10T22:55:31Z
项目社区:https://github.com/cirrax/puppet-opendmarc

开源协议:GNU General Public License v3.0

下载


opendmarc puppet module

Build Status
Puppet Forge
Puppet Forge
Puppet Forge
Puppet Forge

Table of Contents

  1. Overview
  2. Usage
  3. Reference
  4. Contribuiting

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:

  1. class{'opendmarc'}

If you like to use hiera, you can define:

  1. ---
  2. opendmarc::configs:
  3. RejectFailures: true
  4. 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.

See the list of contributors
for a list of all contributors.