From 6540eb10c9a632ebb7472ed32cdea4490ffc629e Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Sun, 5 Apr 2026 02:01:20 -0300 Subject: [PATCH] hecate: fix peer bootstrap path migration duplication --- scripts/install.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/scripts/install.sh b/scripts/install.sh index 6cbe732..da9f8aa 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -402,11 +402,6 @@ migrate_hecate_config() { changed=1 fi - if perl -0777 -ne 'exit(!(/local_bootstrap_paths:\n - infrastructure\/core\n/s))' "${CONF_DIR}/hecate.yaml"; then - perl -0pi -e 's#local_bootstrap_paths:\n - infrastructure/core\n#local_bootstrap_paths:\n - infrastructure/core\n - clusters/atlas/flux-system\n - infrastructure/sources/helm\n - infrastructure/metallb\n - infrastructure/traefik\n - infrastructure/cert-manager\n - infrastructure/vault-csi\n - infrastructure/vault-injector\n - services/vault\n - infrastructure/postgres\n - services/gitea\n - services/keycloak\n - services/oauth2-proxy\n#s' "${CONF_DIR}/hecate.yaml" - echo "[install] expanded peer local_bootstrap_paths for full fallback bootstrap parity" - changed=1 - fi fi if [[ "${changed}" -eq 1 ]]; then