mirror of
https://gitea.fenix-dev.com/fenix-gitea-admin/iac-opentofu-private.git
synced 2025-10-27 15:53:06 +00:00
Update cloud-init-vm.yaml.tftpl
This commit is contained in:
@ -1,10 +1,11 @@
|
|||||||
|
|
||||||
#cloud-config
|
#cloud-config
|
||||||
package_update: true
|
package_update: true
|
||||||
|
%{ if length(each.value.extra_packages) > 0 ~}
|
||||||
packages:
|
packages:
|
||||||
%{ for pkg in each.value.extra_packages ~}
|
%{ for pkg in each.value.extra_packages ~}
|
||||||
- ${pkg}
|
- ${pkg}
|
||||||
%{ endfor ~}
|
%{ endfor ~}
|
||||||
|
%{ endif ~}
|
||||||
|
|
||||||
%{ if length(each.value.extra_users) > 0 ~}
|
%{ if length(each.value.extra_users) > 0 ~}
|
||||||
users:
|
users:
|
||||||
|
|||||||
Reference in New Issue
Block a user