Manage 'Message Of The Day' via Puppet


Keywords
debian, ubuntu, redhat, rhel, motd, fedora, centos, gentoo, suse
License
Apache-2.0
Install
puppet module install saz-motd --version 2.4.0

Documentation

puppet-motd Build Status

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.