# HG changeset patch # User IBBoard # Date 1577025091 18000 # Node ID 7307c3d59ce7837b03069438d87c5bbeb939bb8b # Parent 2d119b462c8301df98455401f78de026c5f23528 Enable console over admin shell via serial This avoids the need for VNC diff -r 2d119b462c83 -r 7307c3d59ce7 manifests/nodes.pp --- a/manifests/nodes.pp Sun Dec 22 06:58:44 2019 -0500 +++ b/manifests/nodes.pp Sun Dec 22 09:31:31 2019 -0500 @@ -40,4 +40,10 @@ imapserver => 'imap.ibboard.co.uk', firewall_cmd => 'iptables', } + # If the console fails to start, you may need to run "restorecon /etc/systemd/system/getty.target.wants/*" + # to reset the SELinux context of the file + service { 'serial-getty@ttyS0': + ensure => 'running', + enable => 'true', + } }