Version information
released Jan 23rd 2014
Start using this module
Add this module to your Puppetfile:
mod 'boogy-motd', '0.0.2'
Learn more about managing modules with a PuppetfileDocumentation
boogy/motd — version 0.0.2 Jan 23rd 2014
Puppet motd module
This module allows you to change the /etc/motd file in *nix systems. It was inspired by the saz/puppet-motd module.
Usage:
class {'motd': }
The hiera entry should be like this:
---
motd::use_hiera: 'true'
motd_messages:
"motd1":
message: "Message 1"
order: '100'
"motd2":
message: "Message 2"
order: '101'
NOTE:
- The hiera motd_messages hash keys should not include spaces.
Other class parameters
- ensure: present or absent, default: present
- motd_file: string, default: OS specific. Set motd_file, if platform is not supported.
- supported: true or false, default: OS specific
- use_hiera: true or false, default: false
License
Licensed under the Apache License, Version 2.0
Dependencies
- ripienaar/concat (>= 0.2.0)
Puppet Motd Module Copyright (C) 2013 tuxgeek.org The Computer Action Team can be contacted at: support@cat.pdx.edu Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.