Version information
released Jul 10th 2017
This version is compatible with:
Start using this module
Add this module to your Puppetfile:
mod 'thexa4-ldap_entry', '1.0.1'
Learn more about managing modules with a PuppetfileDocumentation
thexa4/ldap_entry — version 1.0.1 Jul 10th 2017
#Ldap Entry Configures a dns host entry per network for this node.
##Configuration
$base
- The base dn for this host$domains
- The domains this host can be part of$spf
- The spf header for this host, defaults to 'v=spf1 mx a ?all'
##Example configuration Using hiera:
ldap_entry::base: 'dc=example,dc=com'
ldap_entry::domains:
'ip6.example.com': '2001:1234:'
'ip6-local.example.com': 'fe80:'
ldap_entry::spf: v=spf1 mx a include:example.com ?all
Dependencies
- thexa4/ldap (>= 0.2.0)
- puppetlabs/stdlib (>= 4.0.0)