mirror of
https://github.com/Adam-Ant/puppet-motd
synced 2025-06-23 17:50:56 +00:00
Initial Commit
This commit is contained in:
17
templates/motd.epp
Normal file
17
templates/motd.epp
Normal file
@ -0,0 +1,17 @@
|
||||
<%- |
|
||||
$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'] %>
|
||||
------------------------------------------------------------
|
Reference in New Issue
Block a user