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.

29 lines
493B

  1. # -*- coding: utf-8 -*-
  2. # vim: ft=yaml
  3. ---
  4. driver:
  5. name: vagrant
  6. cache_directory: false
  7. customize:
  8. usbxhci: 'off'
  9. gui: false
  10. linked_clone: true
  11. ssh:
  12. shell: /bin/sh
  13. platforms:
  14. - name: freebsd-122-latest-py3
  15. driver:
  16. box: bento/freebsd-12.2
  17. - name: freebsd-114-latest-py3
  18. driver:
  19. box: bento/freebsd-11.4
  20. - name: openbsd-68-latest-py3
  21. driver:
  22. box: generic/openbsd6
  23. ssh:
  24. shell: /bin/ksh
  25. provisioner:
  26. salt_install: bootstrap