Puppet Class: role::sendgrid

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

Overview

Class: role::sendgrid

This role provisions the SendGrid extension, which allows users to use the SendGrid API to send emails on-wiki using a valid API key



6
7
8
9
10
# File 'puppet/modules/role/manifests/sendgrid.pp', line 6

class role::sendgrid {
    mediawiki::extension { 'SendGrid':
        composer => true,
    }
}