Version information
This version is compatible with:
- Puppet Enterprise >= 3.2.0 < 5.0.0
- Puppet >= 3.0.0 < 5.0.0
- , , , , , , , ,
Start using this module
Add this module to your Puppetfile:
mod 'ericsson-motd', '1.0.3'
Learn more about managing modules with a PuppetfileDocumentation
puppet-module-motd
Puppet module to manage /etc/motd and /etc/issue files
Compatibility
This module is built for use with Puppet v3 (with and without the future parser) and Puppet v4 on the following platforms and supports Ruby versions 1.8.7, 1.9.3, 2.0.0, 2.1.0 and 2.3.1.
- Debian 5
- Debian 6
- Debian 7
- EL 5
- EL 6
- EL 7
- Solaris 9
- Solaris 10
- Solaris 11
- Suse 10 (SLED/SLES)
- Suse 11 (SLED/SLES)
- Suse 12 (SLED/SLES)
- Ubuntu 12.04 LTS
- Ubuntu 14.04 LTS
Parameters
motd_file
Path to motd.
- Default: '/etc/motd'
motd_ensure
ensure attribute for file resource. Valid values are 'file', 'present' and 'absent'.
- Default: file
motd_owner
motd's owner.
- Default: 'root'
motd_group
motd's group.
- Default: 'root'
motd_mode
motd's mode.
- Default: '0644'
motd_content
content of motd file
- Default: undef
issue_file
Path to issue.
- Default: '/etc/issue'
issue_ensure
ensure attribute for file resource. Valid values are 'file', 'present' and 'absent'.
- Default: file
issue_owner
issue's owner.
- Default: 'root'
issue_group
issue's group.
- Default: 'root'
issue_mode
issue's mode.
- Default: '0644'
issue_content
content of issue file
- Default: undef
issue_net_file
Path to issue.net.
- Default: '/etc/issue.net'
issue_net_ensure
ensure attribute for file resource. Valid values are 'file', 'present' and 'absent'.
- Default: file
issue_net_owner
issue.net's owner.
- Default: 'root'
issue_net_group
issue.net's group.
- Default: 'root'
issue_net_mode
issue.net's mode.
- Default: '0644'
issue_net_content
content of issue.net file
- Default: undef
Dependencies
- puppetlabs/stdlib (>= 4.6.0 < 6.0.0)
Copyright (C) 2013 Ericsson AB <garrett.honeycutt@ericsson.com> 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.