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