Puppet Class: sendmail::mc::define_section

Defined in:
manifests/mc/define_section.pp

Summary

Add a section header to improve readability of the config file

Overview



6
7
8
9
10
11
12
# File 'manifests/mc/define_section.pp', line 6

class sendmail::mc::define_section {
  concat::fragment { 'sendmail_mc-define_header':
    target  => 'sendmail.mc',
    order   => '10',
    content => "dnl #\ndnl # Defines\ndnl #\n",
  }
}