mirror of
https://github.com/Adam-Ant/puppet-motd
synced 2024-11-05 07:46:22 +00:00
18 lines
687 B
Plaintext
18 lines
687 B
Plaintext
<%- |
|
|
$ascii,
|
|
| -%>
|
|
|
|
------------------------------------------------------------
|
|
<%= $ascii %>
|
|
------------------------------------------------------------
|
|
Welcome to <%= $facts['fqdn'] %>
|
|
OS: <%= $facts['operatingsystem'] %> <%= $facts['operatingsystemrelease'] %>
|
|
OS Family: <%= $facts['osfamily'] %>
|
|
Architecture: <%= $facts['architecture'] %>
|
|
Kernel Version: <%= $facts['kernelversion'] %>
|
|
IP: <%= $facts['ipaddress'] %>
|
|
RAM: <%= $facts['memorysize'] %>
|
|
------------------------------------------------------------
|
|
This system is managed by Puppet version <%= $facts['puppetversion'] %>
|
|
------------------------------------------------------------
|