mirror of
https://github.com/saltstack-formulas/postgres-formula.git
synced 2025-04-16 09:40:26 +00:00
18 lines
332 B
YAML
18 lines
332 B
YAML
![]() |
# -*- coding: utf-8 -*-
|
||
|
# vim: ft=yaml
|
||
|
---
|
||
|
driver:
|
||
|
name: vagrant
|
||
|
|
||
|
platforms:
|
||
|
- name: freebsd-120-2019-2-py3
|
||
|
driver:
|
||
|
box_url: https://freebsd.z.vstack.com/FreeBSD-12.0.box
|
||
|
cache_directory: false
|
||
|
customize:
|
||
|
usbxhci: 'off'
|
||
|
gui: false
|
||
|
linked_clone: true
|
||
|
ssh:
|
||
|
shell: '/bin/sh'
|