Add a headless option in arch-template

This commit is contained in:
Tomas Papan 2016-04-17 14:30:20 +02:00 committed by Aaron Bull Schaefer
parent 9c14206b34
commit c00e2aff2c

View file

@ -48,7 +48,8 @@
"ssh_username": "vagrant",
"ssh_password": "vagrant",
"ssh_timeout": "{{ user `ssh_timeout` }}",
"shutdown_command": "sudo systemctl start poweroff.timer"
"shutdown_command": "sudo systemctl start poweroff.timer",
"headless" : "{{ user `headless`}}"
},
{
"type": "vmware-iso",