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 {
|
||||
address = "dhcp"
|
||||
}
|
||||
}
|
||||
ipv6 {
|
||||
address = "auto"
|
||||
ipv6 {
|
||||
address = "auto"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -139,10 +139,4 @@ resource "proxmox_virtual_environment_vm" "freeipa" {
|
|||
}
|
||||
|
||||
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