Sha256: 4fa7d07df6fc29f81b356c793f5b617847c67efa96dc746e08af92676c7c71fa
Contents?: true
Size: 492 Bytes
Versions: 2
Compression:
Stored size: 492 Bytes
Contents
# Vagrant ProfitBricks Cloud Example Box Vagrant providers each require a custom provider-specific box format. This folder shows the example contents of a box for the `profitbricks` provider. To turn this into a box: ``` $ tar cvzf profitbricks.box ./metadata.json ./Vagrantfile ``` This box works by using Vagrant's built-in Vagrantfile merging to setup defaults for ProfitBricks. 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-profitbricks-4.0.0 | example_box/README.md |
vagrant-profitbricks-1.0.0 | example_box/README.md |