templates/archlinux-x86_64/definition.rb in veewee-0.3.0.alpha8 vs templates/archlinux-x86_64/definition.rb in veewee-0.3.0.alpha9

- old
+ new

@@ -16,10 +16,10 @@ 'echo "sshd: ALL" > /etc/hosts.allow<Enter>', 'passwd<Enter>', 'vagrant<Enter>', 'vagrant<Enter>', '/etc/rc.d/sshd start<Enter><Wait>', - 'sleep 3 && wget http://%IP%:%PORT/aif.cfg<Enter>', + 'sleep 3 && wget http://%IP%:%PORT%/aif.cfg<Enter>', ], :kickstart_port => "7122", :kickstart_timeout => "10000", :kickstart_file => "aif.cfg", :ssh_login_timeout => "10000", :ssh_user => "root", :ssh_password => "vagrant", :ssh_key => "", :ssh_host_port => "7222", :ssh_guest_port => "22", :sudo_cmd => "sh '%f'",