Puppet Class: sendmail::mc::enhdnsbl_section

Defined in:
manifests/mc/enhdnsbl_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/enhdnsbl_section.pp', line 6

class sendmail::mc::enhdnsbl_section {
  concat::fragment { 'sendmail_mc-enhdnsbl_header':
    target  => 'sendmail.mc',
    order   => '50',
    content => "dnl #\ndnl # DNS Blacklists\ndnl #\n",
  }
}