Commit 1d69a55c authored by Kristopher Ruzic's avatar Kristopher Ruzic

typos

parent 80eb130f
......@@ -21,8 +21,8 @@ build = {}
# use_tap and use_nat set as Bool as per http://stackoverflow.com/a/922374
build["disk_size"] = '%(disk-size)s'
build["disk_type"] = '%(disk-type)s'
build["hostname"] = '%(packer-hostname)'
build["domain"] = '%(packer-domain)'
build["hostname"] = '%(packer-hostname)s'
build["domain"] = '%(packer-domain)s'
socket_path = '%(socket-path)s'
nbd_list = (('%(nbd-host)s', %(nbd-port)s), ('%(nbd2-host)s', %(nbd2-port)s))
......@@ -57,8 +57,8 @@ build["accelerator"] = "kvm" # explicitly set
build["http_directory"] = "http"
# ssh params (will create account on install)
build["ssh_username"] = '%(packer-username)'
build["ssh_password"] = '%(packer-password)'
build["ssh_username"] = '%(packer-username)s'
build["ssh_password"] = '%(packer-password)s'
# boot parameters
build["boot_wait"] = "2s" # warm up
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment