1
0
mirror of https://github.com/Adam-Ant/puppet-motd synced 2024-10-05 04:03:52 +00:00
puppet-motd/templates/motd.epp

18 lines
727 B
Plaintext
Raw Normal View History

2018-02-20 20:58:41 +00:00
<%- |
$ascii,
| -%>
------------------------------------------------------------
<%= $ascii %>
------------------------------------------------------------
Welcome to <%= $facts['networking']['fqdn'] %>
OS: <%= $facts['os']['name'] %> <%= $facts['os']['release']['full'] %>
OS Family: <%= $facts['os']['family'] %>
Architecture: <%= $facts['os']['architecture'] %>
Kernel Version: <%= $facts['kernelversion'] %>
IP: <%= $facts['networking']['ip'] %>
RAM: <%= $facts['memory']['system']['total'] %>
------------------------------------------------------------
This system is managed by Puppet version <%= $facts['puppetversion'] %>
------------------------------------------------------------