Saltstack Official Salt 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.

kitchen.macos.yml 486B

12345678910111213141516171819202122232425
  1. # -*- coding: utf-8 -*-
  2. # vim: ft=yaml
  3. ---
  4. driver:
  5. name: exec
  6. provisioner:
  7. sudo: true
  8. salt_install: bootstrap
  9. salt_bootstrap_options: -P stable latest
  10. salt_call_command: /opt/salt/bin/salt-call
  11. platforms:
  12. - name: macos-12-latest-py3
  13. verifier:
  14. inputs:
  15. saltmajorversion: 3004
  16. - name: macos-11-latest-py3
  17. verifier:
  18. inputs:
  19. saltmajorversion: 3004
  20. - name: macos-1015-latest-py3
  21. verifier:
  22. inputs:
  23. saltmajorversion: 3004