summaryrefslogtreecommitdiff
path: root/Rexfile
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-05-10 10:25:20 +0300
committerPaul Buetow <paul@buetow.org>2026-05-10 10:25:20 +0300
commit425c5fa03b5d2cb44470c70a8d976ca253d662e3 (patch)
treefdd58b5a09d838886a9fd9d28efbc205bc3c84f1 /Rexfile
parent50bf1b1cda71c034c81971ea3eea32966fe66279 (diff)
f3s/r-nodes: track NFS auto-repair script and systemd units in conf repo
Pull check-nfs-mount.sh, nfs-mount-monitor.service, and nfs-mount-monitor.timer from r0/r1/r2 (confirmed identical on all three nodes) into f3s/r-nodes/nfs-mount-monitor/. Add f3s/r-nodes/Rexfile with an idempotent nfs_mount_monitor task that pushes the files to all three r-nodes as root and reloads systemd when content changes. Wire the new Rexfile into the repo root Rexfile. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'Rexfile')
-rw-r--r--Rexfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Rexfile b/Rexfile
index 3f5a8eb..52f7e51 100644
--- a/Rexfile
+++ b/Rexfile
@@ -1,2 +1,3 @@
require for <'*/Rexfile'>;
require 'f3s/garage/Rexfile';
+require 'f3s/r-nodes/Rexfile';