Fix example in readme

`ipconfig0` parameter does not support a space after the comma and needs the CIDR suffix
This commit is contained in:
banzo 2019-06-26 15:16:56 +02:00 committed by GitHub
parent c5283ea854
commit fa59acd3f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -84,7 +84,7 @@ private ssh key root
EOF
os_type = "cloud-init"
ipconfig0 = "ip=10.0.2.99, gw=10.0.2.2"
ipconfig0 = "ip=10.0.2.99/16,gw=10.0.2.2"
sshkeys = <<EOF
ssh-rsa AAAAB3NzaC1kj...key1