Sha256: 36c31e849714e2ad840a6a9b170bc00c3b708d3e24ef3971e47fbcfb429e27fe

Contents?: true

Size: 459 Bytes

Versions: 1

Compression:

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

1 entries across 1 versions & 1 rubygems

Version Path
vagrant-hp-0.1.0 example_box/README.md