From 0df58bafd58d796ec975fe44817a51d6a6c6ea15 Mon Sep 17 00:00:00 2001 From: Noah White Date: Mon, 16 Feb 2026 21:55:56 +0000 Subject: [PATCH] fix: move sysupdate-merge-keyring.sh to /opt/bin (writable on Flatcar) --- opentofu/modules/vultr/instance/userdata/ghost.bu | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/opentofu/modules/vultr/instance/userdata/ghost.bu b/opentofu/modules/vultr/instance/userdata/ghost.bu index 706b17b..78ce365 100644 --- a/opentofu/modules/vultr/instance/userdata/ghost.bu +++ b/opentofu/modules/vultr/instance/userdata/ghost.bu @@ -102,7 +102,7 @@ storage: # Script to merge system GPG keyring with Alloy signing key # Checks for .pgp (newer systemd) first, then falls back to .gpg (legacy) - - path: /usr/local/bin/sysupdate-merge-keyring.sh + - path: /opt/bin/sysupdate-merge-keyring.sh mode: 0755 contents: inline: | @@ -480,7 +480,7 @@ systemd: [Service] Type=oneshot - ExecStart=/usr/local/bin/sysupdate-merge-keyring.sh + ExecStart=/opt/bin/sysupdate-merge-keyring.sh RemainAfterExit=yes [Install]