Version information
released Jan 6th 2017
This version is compatible with:
- Puppet Enterprise >= 3.2.0
- Puppet 3.x
- Amazon, , , , , , , , Gentoo ,
Start using this module
Add this module to your Puppetfile:
mod 'saz-motd', '2.4.0'
Learn more about managing modules with a PuppetfileDocumentation
saz/motd — version 2.4.0 Jan 6th 2017
puppet-motd
Manage 'Message Of The Day' via Puppet
Usage
class { 'motd': }
Other class parameters
- ensure: present or absent, default: present.
- config_file: string, default: OS specific. Set config_file, if platform is not supported.
- template: string, default: OS specific. Set template, if platform is not supported.
- inline_template: string, default: not set. String with the actual template, overrides template param.
Dependencies
- puppetlabs/stdlib (>=2.4.0 <5.0.0)