Saltstack Official Salt Formula
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

51 lines
1.4KB

  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. - name: windows-81-latest-py3
  26. driver:
  27. box: techneg/win81x64-pro-salt
  28. cache_directory: "/omnibus/cache"
  29. customize: {}
  30. ssh: {}
  31. provisioner:
  32. salt_install: none
  33. # yamllint disable rule:line-length
  34. init_environment: |
  35. # Workaround to allow `kitchen converge` to be used multiple times
  36. # without having to `kitchen destroy` first: remove state files cached by
  37. # Salt during the previous `converge` (if present)
  38. rm -recurse `
  39. C:\Users\vagrant\AppData\Local\Temp\kitchen\var\cache\salt\minion\files\base `
  40. -ErrorAction SilentlyContinue
  41. salt-call --local state.single file.managed `
  42. C:\Users\vagrant\AppData\Local\Temp\kitchen\srv\salt\win\repo-ng\salt-minion-py3.sls `
  43. source=https://github.com/saltstack/salt-winrepo-ng/raw/master/salt-minion-py3.sls `
  44. skip_verify=True makedirs=True
  45. exit 0
  46. # yamllint enable rule:line-length
  47. provisioner:
  48. salt_install: bootstrap