Version information
released Apr 22nd 2020
This version is compatible with:
- Puppet Enterprise 2019.8.x, 2019.7.x, 2019.5.x, 2019.4.x, 2019.3.x, 2019.2.x, 2019.1.x, 2019.0.x, 2018.1.x
- Puppet >= 5.5.8 < 7.0.0
- , , ,
Start using this module
Add this module to your Puppetfile:
mod 'theforeman-motd', '0.1.0'
Learn more about managing modules with a PuppetfileDocumentation
theforeman/motd — version 0.1.0 Apr 22nd 2020
Reference
Table of Contents
Classes
motd
: This module manages 'Message Of The Day'
Classes
motd
This module manages 'Message Of The Day'
Examples
class { 'motd': }
Parameters
The following parameters are available in the motd
class.
ensure
Data type: Enum['present', 'absent']
Ensure if present or absent.
Default value: 'present'
config_file
Data type: Stdlib::Absolutepath
'Message Of The Day' file.
Default value: '/etc/motd'
template
Data type: String[1]
Template file to use. Only set this, if your platform is not supported or you know, what you're doing.
Default value: 'motd/motd.erb'
Changelog
0.1.0 (2020-04-22)
Merged pull requests:
* This Changelog was automatically generated by github_changelog_generator
Dependencies
- puppetlabs/stdlib (>= 4.25.0 < 7.0.0)