Sha256: 7e61d31d1acb02c2053c9ce9a5c406135e0230763d0a657c07a9f461ef300b9a

Contents?: true

Size: 471 Bytes

Versions: 16

Compression:

Stored size: 471 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

16 entries across 16 versions & 1 rubygems

Version Path
vagrant-cloudstack-1.1.0 example_box/README.md
vagrant-cloudstack-1.0.0 example_box/README.md
vagrant-cloudstack-0.10.0 example_box/README.md
vagrant-cloudstack-0.9.1 example_box/README.md
vagrant-cloudstack-0.9.0 example_box/README.md
vagrant-cloudstack-0.8.0 example_box/README.md
vagrant-cloudstack-0.7.0 example_box/README.md
vagrant-cloudstack-0.6.0 example_box/README.md
vagrant-cloudstack-0.5.0 example_box/README.md
vagrant-cloudstack-0.4.1 example_box/README.md
vagrant-cloudstack-0.4.0 example_box/README.md
vagrant-cloudstack-0.2.0 example_box/README.md
vagrant-cloudstack-0.1.0 example_box/README.md
vagrant-cloudstack-0.0.7 example_box/README.md
vagrant-cloudstack-0.0.6 example_box/README.md
vagrant-cloudstack-0.0.5 example_box/README.md