aboutsummaryrefslogtreecommitdiffstats
path: root/modules/postfix/manifests/simple_relay.pp
blob: 265960aea3de23f488b012221f1a40ab3f85d2bc (plain)
1
2
3
4
5
class postfix::simple_relay inherits postfix {
    File['/etc/postfix/main.cf'] {
        content => template('postfix/simple_relay_main.cf'),
    }
}