https://github.com/ericsson/puppet-module-motd
Puppet module to manage MOTD
https://github.com/ericsson/puppet-module-motd
puppet
Last synced: 3 months ago
JSON representation
Puppet module to manage MOTD
- Host: GitHub
- URL: https://github.com/ericsson/puppet-module-motd
- Owner: Ericsson
- License: other
- Created: 2013-05-16T14:26:33.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2023-10-20T15:09:59.000Z (over 2 years ago)
- Last Synced: 2025-09-14T02:59:48.319Z (9 months ago)
- Topics: puppet
- Language: Ruby
- Size: 60.5 KB
- Stars: 2
- Watchers: 5
- Forks: 11
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# puppet-module-motd
Puppet module to manage /etc/motd and /etc/issue files
[](https://travis-ci.org/Ericsson/puppet-module-motd)
# Compatibility
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
* EL 8
* 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