lavabit / robox

The tools needed to robotically create/configure/provision a large number of operating systems, for a variety of hypervisors, using packer.
626 stars 139 forks source link

Fix some packer warnings/notices in the templates #157

Closed timschumi closed 3 years ago

timschumi commented 4 years ago
timschumi commented 3 years ago

The first three commits were made by hand.

The ssh_timeout commit is made using the following command:

sed -i 's/ssh_wait_timeout/ssh_timeout/g' *.json

The disk_size commit is made using the following command:

sed -i 's/"disk_size": \([[:digit:]]\+\)/"disk_size": "\1"/g' *-libvirt.json *-docker.json *-libvirt-x32.json
timschumi commented 3 years ago

Everything is merged/picked by now.