Fix a stray old variable syntax

This commit is contained in:
Kevin Fenzi 2014-01-07 17:16:04 +00:00
parent a06d5544bd
commit cc7c6d6b09

View file

@ -27,7 +27,7 @@ lvm_size: 20000
# default virt install command is for a single nic-device
# define in another group file for more nics (see buildvm)
virt_install_command: /usr/sbin/virt-install -n ${inventory_hostname} -r ${mem_size}
virt_install_command: /usr/sbin/virt-install -n {{ inventory_hostname }} -r {{ mem_size }}
--disk {{ volgroup }}/{{ inventory_hostname }}
--vcpus={{ num_cpus }} -l {{ ks_repo }} -x
"ksdevice=eth0 ks={{ ks_url }} ip={{ eth0_ip }} netmask={{ nm }}