Puppet Class: sendmail::mc::mailer_section
- Defined in:
- manifests/mc/mailer_section.pp
Summary
Add a section header to improve readability of the config fileOverview
6 7 8 9 10 11 12 |
# File 'manifests/mc/mailer_section.pp', line 6
class sendmail::mc::mailer_section {
concat::fragment { 'sendmail_mc-mailer_header':
target => 'sendmail.mc',
order => '60',
content => "dnl #\ndnl # Mailer\ndnl #\n",
}
}
|