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