Puppet Class: role::mail::smarthost::wmcs

Defined in:
modules/role/manifests/mail/smarthost/wmcs.pp

Overview



1
2
3
4
5
6
7
8
9
# File 'modules/role/manifests/mail/smarthost/wmcs.pp', line 1

class role::mail::smarthost::wmcs {

    system::role { 'mail::smarthost::wmcs':
        description => 'WMCS Outbound Mail Smarthost',
    }

    include ::profile::firewall
    include ::profile::mail::smarthost::wmcs
}