Skip to content

Commit

Permalink
test(kitchen): download a salt-bootstrap script that works around a…
Browse files Browse the repository at this point in the history
… PATH bug
  • Loading branch information
dafyddj committed Nov 2, 2023
1 parent 037b529 commit 2939e27
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions kitchen.macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,18 @@ provisioner:
sudo: true
salt_install: bootstrap
salt_bootstrap_options: -P stable latest
salt_call_command: /opt/salt/bin/salt-call
salt_bootstrap_url: https://github.com/dafyddj/salt-bootstrap/raw/tmp/debug-python/bootstrap-salt.sh
salt_call_command: /opt/salt/salt-call

platforms:
- name: macos-12-latest-py3
verifier:
inputs:
saltmajorversion: 3004
saltmajorversion: 3006
- name: macos-11-latest-py3
verifier:
inputs:
saltmajorversion: 3004
saltmajorversion: 3006
- name: macos-1015-latest-py3
verifier:
inputs:
Expand Down

0 comments on commit 2939e27

Please sign in to comment.