From d84095f79235ea53fbaddd8fc246fb390cf726e9 Mon Sep 17 00:00:00 2001 From: William P Date: Thu, 12 Jun 2025 22:03:31 -0400 Subject: [PATCH] rename weyma-talos-w02 --- config-patches/machine/weyma-talos-testw02/hostname.yaml | 3 --- config-patches/machine/weyma-talos-w02/hostname.yaml | 3 +++ .../{weyma-talos-testw02 => weyma-talos-w02}/network.yaml | 0 3 files changed, 3 insertions(+), 3 deletions(-) delete mode 100755 config-patches/machine/weyma-talos-testw02/hostname.yaml create mode 100755 config-patches/machine/weyma-talos-w02/hostname.yaml rename config-patches/machine/{weyma-talos-testw02 => weyma-talos-w02}/network.yaml (100%) diff --git a/config-patches/machine/weyma-talos-testw02/hostname.yaml b/config-patches/machine/weyma-talos-testw02/hostname.yaml deleted file mode 100755 index 2f1d165..0000000 --- a/config-patches/machine/weyma-talos-testw02/hostname.yaml +++ /dev/null @@ -1,3 +0,0 @@ -machine: - network: - hostname: "weyma-talos-testw02" \ No newline at end of file diff --git a/config-patches/machine/weyma-talos-w02/hostname.yaml b/config-patches/machine/weyma-talos-w02/hostname.yaml new file mode 100755 index 0000000..8ec6d19 --- /dev/null +++ b/config-patches/machine/weyma-talos-w02/hostname.yaml @@ -0,0 +1,3 @@ +machine: + network: + hostname: "weyma-talos-w02" \ No newline at end of file diff --git a/config-patches/machine/weyma-talos-testw02/network.yaml b/config-patches/machine/weyma-talos-w02/network.yaml similarity index 100% rename from config-patches/machine/weyma-talos-testw02/network.yaml rename to config-patches/machine/weyma-talos-w02/network.yaml