Skip to content

Commit 48133ad

Browse files
committedJul 20, 2024
fixing cloud-init
1 parent 1d58185 commit 48133ad

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎terraform/cloud-init.tf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ resource "proxmox_virtual_environment_file" "cloud_config" {
2727
- systemctl enable qemu-guest-agent
2828
- systemctl start qemu-guest-agent
2929
- curl -fsSL https://get.docker.com | sudo sh
30-
- su - mafyuh -c 'git clone https://git.mafyuh.dev/mafyuh/IaC-Homelab.git /home/mafyuh/IaC-Homelab'
31-
- su - mafyuh -c 'git clone https://git.mafyuh.dev/mafyuh/Auto-Homelab.git /home/mafyuh/Auto-Homelab'
30+
- su - mafyuh -c 'git clone https://git.mafyuh.dev/mafyuh/iac.git /home/mafyuh/iac'
3231
- echo "done" > /tmp/cloud-config.done
3332
EOF
3433

0 commit comments

Comments
 (0)
Please sign in to comment.