bootstrap-vz/manifests/virtualbox-vagrant.manifest.yml
Anders Ingemann 03a0746299 Convert every JSON file to YAML
Lines removed: over 500. Readiblity gained: A shitload
Now you can actually get an overview of a manifest on a single screen height.
I am sure that it will also save a lot of hassle when modifying schema in the future.
No more "expected property name" etc. because of an extraneous comma
Comments are of course natively support, so there's no need for this minify_json hokey pokey
2014-07-09 23:17:04 +02:00

32 lines
619 B
YAML

---
provider:
name: virtualbox
guest_additions: /root/images/VBoxGuestAdditions.iso
bootstrapper:
workspace: /target
image:
name: debian-{system.release}-{system.architecture}-{%y}{%m}{%d}
description: Debian {system.release} {system.architecture}
system:
release: wheezy
architecture: amd64
bootloader: grub
charmap: UTF-8
hostname: localhost
locale: en_US
timezone: UTC
volume:
backing: vmdk
partitions:
type: msdos
boot:
filesystem: ext2
size: 64MiB
root:
filesystem: ext4
size: 1856MiB
swap:
size: 128MiB
packages: {}
plugins:
vagrant: {}