fix typo
This commit is contained in:
parent
ceb0075134
commit
d1c5a7c35a
|
@ -11,7 +11,7 @@ virtual_machines = {
|
|||
{ network_name = "office", ip = "192.168.10.254" }
|
||||
],
|
||||
|
||||
labels = "Production, Amon, Infra, Backup, EOLE"
|
||||
labels = "Production, Amon, Infra, Backup, EOLE",
|
||||
|
||||
disks = {
|
||||
system = {
|
||||
|
@ -33,7 +33,7 @@ virtual_machines = {
|
|||
{ network_name = "office", ip = "192.168.10.200" }
|
||||
],
|
||||
|
||||
labels = "Production, Scribe, Infra, Backup, EOLE"
|
||||
labels = "Production, Scribe, Infra, Backup, EOLE",
|
||||
|
||||
disks = {
|
||||
system = {
|
||||
|
|
Loading…
Reference in New Issue