mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
fix(freeipa): wrong indent level and block
This commit is contained in:
parent
cd26944fbe
commit
5aedf63004
1 changed files with 3 additions and 9 deletions
|
|
@ -120,9 +120,9 @@ resource "proxmox_virtual_environment_vm" "freeipa" {
|
||||||
ipv4 {
|
ipv4 {
|
||||||
address = "dhcp"
|
address = "dhcp"
|
||||||
}
|
}
|
||||||
}
|
ipv6 {
|
||||||
ipv6 {
|
address = "auto"
|
||||||
address = "auto"
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -139,10 +139,4 @@ resource "proxmox_virtual_environment_vm" "freeipa" {
|
||||||
}
|
}
|
||||||
|
|
||||||
serial_device {}
|
serial_device {}
|
||||||
}
|
|
||||||
|
|
||||||
resource "random_password" "fedora_vm_password" {
|
|
||||||
length = 16
|
|
||||||
override_special = "_%@"
|
|
||||||
special = true
|
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue