From 84b51e779c30b0ef6f15c131656200f12ec886dd Mon Sep 17 00:00:00 2001 From: Chris Powell Date: Wed, 12 Jun 2024 12:14:50 -0400 Subject: [PATCH] Fix double yaml file extention. --- modules/node/files/cloud-init.yml.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/node/files/cloud-init.yml.tpl b/modules/node/files/cloud-init.yml.tpl index 6fb40f1..ae70a48 100644 --- a/modules/node/files/cloud-init.yml.tpl +++ b/modules/node/files/cloud-init.yml.tpl @@ -30,7 +30,7 @@ write_files: fi %{ if bootstrap_server == "" ~} %{~ for f in manifests_files ~} -- path: /var/lib/rancher/rke2/server/manifests/${f[0]}.yaml +- path: /var/lib/rancher/rke2/server/manifests/${f[0]} permissions: "0600" owner: root:root encoding: gz+b64