Skip to content

Commit

Permalink
Fix double yaml file extention.
Browse files Browse the repository at this point in the history
  • Loading branch information
powellchristoph authored and remche committed Jun 12, 2024
1 parent 8263f8b commit a224ebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/node/files/cloud-init.yml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a224ebe

Please sign in to comment.