mitchellh / veewee-to-packer

A tool for converting Veewee templates into Packer templates.
http://www.packer.io
MIT License
66 stars 14 forks source link

Convert <Wait> to <wait> (case-conversion) #15

Closed steffenweber closed 11 years ago

steffenweber commented 11 years ago

I was attempting to convert the following veewee definition: https://github.com/jedi4ever/veewee/blob/master/templates/gentoo-latest-amd64/definition.rb

In the "boot_cmd_sequence" I had to manually convert "" to "" because otherwise packer would "type" them literally instead of recognizing them as wait instructions.

mitchellh commented 11 years ago

Fixed and released v0.2.6. Thanks!