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