Puppet module to manage /etc/motd and /etc/issue files
This module has been tested to work on the following platforms with
Puppet v4 and v5 using the ruby versions that are shipped with each. See
.travis.yml
for the exact matrix.
- 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
Path to motd.
- Default: '/etc/motd'
ensure attribute for file resource. Valid values are 'file', 'present' and 'absent'.
- Default: file
motd's owner.
- Default: 'root'
motd's group.
- Default: 'root'
motd's mode.
- Default: '0644'
content of motd file
- Default: undef
Path to issue.
- Default: '/etc/issue'
ensure attribute for file resource. Valid values are 'file', 'present' and 'absent'.
- Default: file
issue's owner.
- Default: 'root'
issue's group.
- Default: 'root'
issue's mode.
- Default: '0644'
content of issue file
- Default: undef
Path to issue.net.
- Default: '/etc/issue.net'
ensure attribute for file resource. Valid values are 'file', 'present' and 'absent'.
- Default: file
issue.net's owner.
- Default: 'root'
issue.net's group.
- Default: 'root'
issue.net's mode.
- Default: '0644'
content of issue.net file
- Default: undef