Classes
motd
: This module configures a system message of the day on a wide variety of systems.
This module configures a system message of the day on a wide variety of systems.
include motd
The following parameters are available in the motd
class.
Data type: Any
Enables or disables dynamic motd on Debian systems.
Default value: true
Data type: Any
Specifies a custom template. A template takes precedence over content
. Valid options: '/mymodule/mytemplate.erb'.
Default value: undef
Data type: Any
Specifies a static string as the motd content.
Default value: undef
Data type: Any
Specifies a custom template to process and save to /etc/issue
. A template takes precedence over issue_content
.
Default value: undef
Data type: Any
Specifies a static string as the /etc/issue
content.
Default value: undef
Data type: Any
Specifies a custom template to process and save to /etc/issue.net
. A template takes precedence over issue_net_content
.
Default value: undef
Data type: Any
Specifies a static string as the /etc/issue.net
content.
Default value: undef
Data type: Any
Specifies a static string to be used for: 'HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\policies\system\legalnoticetext' and 'HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\policies\system\legalnoticecaption' The 'legalnoticetext' registry key is shown before login on a Windows system.
Default value: 'Message of the day'