Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions opentofu/modules/vultr/instance/userdata/ghost.bu
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down Expand Up @@ -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]
Expand Down
Loading