Puppet Class: role::mailcatcher

Defined in:
puppet/modules/role/manifests/mailcatcher.pp

Overview

Class: role::mailcatcher

This role installs mailcatcher.

MailCatcher runs a super simple SMTP server which catches any message sent to it and displays them in a web ui here: 127.0.0.1:1080



9
10
11
12
13
14
# File 'puppet/modules/role/manifests/mailcatcher.pp', line 9

class role::mailcatcher {
    include ::mailcatcher
    mediawiki::import::text { 'VagrantRoleMailcatcher':
        source => 'puppet:///modules/role/mailcatcher/VagrantRoleMailcatcher.wiki',
    }
}