Sha256: 1f816fa455f4031559f65c7a1918f19228c44fd0709b18a72d8b3d223e08014d

Contents?: true

Size: 462 Bytes

Versions: 2

Compression:

Stored size: 462 Bytes

Contents

# Vagrant Ganeti Example Box

Vagrant providers each require a custom provider-specific box format.
This folder shows the example contents of a box for the `ganeti` provider.
To turn this into a box:

```
$ tar cvzf ganeti.box ./metadata.json ./Vagrantfile
```

This box works by using Vagrant's built-in Vagrantfile merging to setup
defaults for Ganeti. 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-ganeti-0.1.1 example_box/README.md
vagrant-ganeti-0.0.1 example_box/README.md