diff --git a/manifests/examples/virtualbox/jessie-vagrant.yml b/manifests/examples/virtualbox/jessie-vagrant.yml new file mode 100644 index 0000000..e10dc86 --- /dev/null +++ b/manifests/examples/virtualbox/jessie-vagrant.yml @@ -0,0 +1,30 @@ +--- +name: debian-{system.release}-{system.architecture}-{%y}{%m}{%d} +provider: + name: virtualbox + guest_additions: /usr/share/virtualbox/VBoxGuestAdditions.iso +bootstrapper: + workspace: /target +system: + release: jessie + 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: {}