Puppet Class: sendmail::mc::ldap_section
- Defined in:
- manifests/mc/ldap_section.pp
Summary
Add a section header above the ldap settingsOverview
6 7 8 9 10 11 12 |
# File 'manifests/mc/ldap_section.pp', line 6
class sendmail::mc::ldap_section {
concat::fragment { 'sendmail_mc-ldap_header':
target => 'sendmail.mc',
order => '18',
content => "dnl #\ndnl # LDAP\ndnl #\n",
}
}
|