1
0
mirror of https://github.com/Adam-Ant/puppet-motd synced 2024-07-06 05:36:13 +00:00
puppet-motd/templates/motd.epp
2018-02-22 15:05:43 +00:00

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'] %>
------------------------------------------------------------