Sha256: 1cd69d43508ebfe72430578efab7ba755d100b94cd240ff5a6e5a4dd44ba20d0

Contents?: true

Size: 446 Bytes

Versions: 4

Compression:

Stored size: 446 Bytes

Contents

# Vagrant HP Example Box

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

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

This box works by using Vagrant's built-in Vagrantfile merging to setup
defaults for HP. These defaults can easily be overwritten by higher-level
Vagrantfiles (such as project root Vagrantfiles).

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
vagrant-hp-0.1.4 example_box/README.md
vagrant-hp-0.1.3 example_box/README.md
vagrant-hp-0.1.2 example_box/README.md
vagrant-hp-0.1.1 example_box/README.md