Puppet Class: role::loginnotify

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

Overview

Class: role::loginnotify



2
3
4
5
# File 'puppet/modules/role/manifests/loginnotify.pp', line 2

class role::loginnotify {
    include ::role::echo
    mediawiki::extension { 'LoginNotify': }
}