Skip to content

Commit

Permalink
Add full kernel release info in motd
Browse files Browse the repository at this point in the history
  • Loading branch information
manegron committed May 24, 2024
1 parent cfe0e69 commit 31682a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/templates/default/motd.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Welcome to '<%= node["redborder"]["manager"]["cluster_name"] %>' redborder cluster:
<% else %>
Welcome to redborder-ng Manager [<%= node["hostname"] %>.<%= node["redborder"]["cdomain"] %>] (<%= node['platform'] %> - <%= node['platform_version'] %>):
Kernel: <%= node['os_version'].gsub("el9", "") %>
Kernel: <%= node['os_version'] %>
<% end %>

<% if !node["redborder"].nil? and !node["redborder"]["rpms"].nil? %>
Expand Down

0 comments on commit 31682a0

Please sign in to comment.