Skip to content

Latest commit

 

History

History
88 lines (46 loc) · 1.92 KB

REFERENCE.md

File metadata and controls

88 lines (46 loc) · 1.92 KB

Reference

Table of Contents

Classes

Public Classes

Private Classes

  • twit_motd::config: Configure the motd

Defined types

Classes

twit_motd

This module can be use in all other modules to announce the module usage in motd

Parameters

The following parameters are available in the twit_motd class:

motd_mailcontact

Data type: Stdlib::Email

Specify the email address as contact in motd

Default value: '[email protected]'

motd_motd

Data type: Optional[String[1]]

A string of a custom motd message

Default value: undef

twit_motd::notify

Notifiy the motd service for specific OS

twit_motd::params

All defined params for different OS types

Defined types

twit_motd::register

This register can be used from modules to put a message into the motd

Parameters

The following parameters are available in the twit_motd::register defined type:

content

Data type: String

String of a message

Default value: ''

order

Data type: String

Define the position of the message

Default value: '10'