Saltstack Official OpenSSH Formula
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- # -*- 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'
|