]> birchwood-abbey.net Git - Institute/commitdiff
Install munin-node and emacs on Gate to avoid package downloads.
authorMatt Birkholz <matt@birchwood-abbey.net>
Mon, 15 Jun 2026 17:02:24 +0000 (11:02 -0600)
committerMatt Birkholz <matt@birchwood-abbey.net>
Mon, 15 Jun 2026 17:02:24 +0000 (11:02 -0600)
A recent fresh install of Debian 13 on Gate might have been configured
without incident if these packages had been pre-installed.

README.org
private/test-gate-prep

index 70ecf46084211d13db8eb83bcb2ea264f376c6be..586e6a6b9264fd9de85e528580b42e99506bb27e 100644 (file)
@@ -1184,7 +1184,7 @@ file is described in [[*The Ansible Configuration][The Ansible Configuration]].)
 : notebook$ ansible-vault encrypt_string icismassssadestm \
 : notebook_     >>Secret/become.yml
 
-With Debian freshly installed, Gate needed a couple additional
+With Debian freshly installed, Gate just needed a few additional
 software packages.  The administrator temporarily plugged Gate into a
 cable modem and installed them as shown below.
 
@@ -1193,7 +1193,7 @@ cable modem and installed them as shown below.
 
 : $ sudo apt install systemd-resolved unattended-upgrades \
 : _                  ufw postfix wireguard lm-sensors \
-: _                  nagios-nrpe-server
+: _                  nagios-nrpe-server munin-node emacs
 
 The host then needed to be rebooted to get its name service working
 again after ~systemd-resolved~ was installed.  (Any help with this will
@@ -7459,7 +7459,8 @@ The script starts by installing additional software packages.
 #!/bin/bash -e
 
 sudo apt install wireguard systemd-resolved unattended-upgrades \
-                postfix ufw lm-sensors nagios-nrpe-server
+                postfix ufw lm-sensors nagios-nrpe-server \
+                munin-node emacs
 #+END_SRC
 
 # A similar list of packages is installed on "The Gate Machine".
index 1fcbae53597f253249f1e52f5e297383b9ded93c..be042e3ee062fa9189a2f7cc07c52f5afea4b89c 100755 (executable)
@@ -1,7 +1,8 @@
 #!/bin/bash -e
 
 sudo apt install wireguard systemd-resolved unattended-upgrades \
-                postfix ufw lm-sensors nagios-nrpe-server
+                postfix ufw lm-sensors nagios-nrpe-server \
+                munin-node emacs
 
 ( umask 377
   echo "yOBdLbXh6KBwYQvvb5mhiku8Fxkqc5Cdyz6gNgjc/2U=" \