mirror of
https://github.com/saltstack-formulas/postgres-formula.git
synced 2025-04-17 10:10:31 +00:00
ci(kitchen): add pre-salted FreeBSD-12.0
box for local testing
This commit is contained in:
parent
81b2c2e86b
commit
eefb89ee75
1 changed files with 17 additions and 0 deletions
17
kitchen.vagrant.yml
Normal file
17
kitchen.vagrant.yml
Normal file
|
@ -0,0 +1,17 @@
|
|||
# -*- 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'
|
Loading…
Add table
Reference in a new issue