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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user