A partner's conf is in the RAM cache, not CONF_DIR, and a commented-out template entry is not configuration

This commit is contained in:
Gmer4Lfe
2026-08-22 01:06:24 -04:00
parent a89b704fa1
commit 13c221244e
3 changed files with 35 additions and 3 deletions
+1 -1
View File
@@ -237,7 +237,7 @@ function vv_fb_all(): array {
// Read all host conf raws upfront
$raws = [];
foreach (array_keys($hosts) as $slot) {
$raws[$slot] = vv_read_conf_raw($slot . '.conf');
$raws[$slot] = vv_read_host_conf_raw($slot); // partner conf lives in the RAM cache, not CONF_DIR
}
// SSH key — from local host conf