https://github.com/actionjack/puppet-mailcatcher
Puppet module to install and configure the mailcatcher application.
https://github.com/actionjack/puppet-mailcatcher
Last synced: 9 months ago
JSON representation
Puppet module to install and configure the mailcatcher application.
- Host: GitHub
- URL: https://github.com/actionjack/puppet-mailcatcher
- Owner: actionjack
- Created: 2013-10-22T10:41:41.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2022-09-02T09:01:11.000Z (almost 4 years ago)
- Last Synced: 2025-09-19T17:48:18.072Z (9 months ago)
- Language: Puppet
- Homepage: https://github.com/actionjack/puppet-mailcatcher
- Size: 52.7 KB
- Stars: 14
- Watchers: 2
- Forks: 29
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mailcatcher
[](https://travis-ci.org/actionjack/puppet-mailcatcher)
This puppet module is used to install and configure the mailcatcher application.
MailCatcher runs a super simple SMTP server which catches any message sent to it to display in a web interface.
http://mailcatcher.me/
* * *
## Configuration
## Dependencies
Current dependencies are:
* 'puppetlabs/stdlib', '>= 4.2.0
* 'puppetlabs/ruby', '>= 0.3.0'
## Usage
```ruby
class {'mailcatcher': }
```
## Documentation
This module is written in puppetdoc compliant format so details on configuration and usage can be found by executing:
```bash
$ puppet doc manifest/init.pp
```