Sha256: 27575f1e13fc8734deb8f64155a83ae9adc8961432ef2a427819259e7eebbe5c
Contents?: true
Size: 462 Bytes
Versions: 6
Compression:
Stored size: 462 Bytes
Contents
# Vagrant Packet Example Box Vagrant providers each require a custom provider-specific box format. This folder shows the example contents of a box for the `packet` provider. To turn this into a box: ``` $ tar cvzf packet.box ./metadata.json ./Vagrantfile ``` This box works by using Vagrant's built-in Vagrantfile merging to setup defaults for Packet. These defaults can easily be overwritten by higher-level Vagrantfiles (such as project root Vagrantfiles).
Version data entries
6 entries across 6 versions & 1 rubygems