mirror of
https://codeberg.org/scottslowe/learning-tools.git
synced 2026-03-11 09:04:37 +00:00
Begin the process of phasing out my personal Vagrant boxes in favor of better-maintained boxes. This involves changes to machines.yml and README.md for many projects in this repo. Signed-off-by: Scott S. Lowe <scott.lowe@scottlowe.org>
7 lines
110 B
YAML
7 lines
110 B
YAML
---
|
|
- name: "trusty"
|
|
box:
|
|
vmw: "bento/ubuntu-14.04"
|
|
vb: "ubuntu/trusty64"
|
|
ram: "1024"
|
|
vcpu: "1"
|