diff options
Diffstat (limited to 'omnibus/.kitchen.local.yml.vmware.example')
-rw-r--r-- | omnibus/.kitchen.local.yml.vmware.example | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/omnibus/.kitchen.local.yml.vmware.example b/omnibus/.kitchen.local.yml.vmware.example new file mode 100644 index 0000000000..c165fc4da4 --- /dev/null +++ b/omnibus/.kitchen.local.yml.vmware.example @@ -0,0 +1,6 @@ +driver: + name: vagrant + provider: vmware_fusion + customize: + numvcpus: 2 + memsize: 2048 |