We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
develop
master
amazonlinux
1 parent 0e5829b commit 852dff2Copy full SHA for 852dff2
1 file changed
kitchen.yml
@@ -47,12 +47,14 @@ platforms:
47
# => SCP did not finish successfully (255): (Net::SCP::Error)
48
transport:
49
max_ssh_sessions: 1
50
+ # Use the `develop` image temporarily until the `master` image is available
51
+ # Not changing the name to minimise disruption across all of the formulas
52
- name: amazonlinux-2-master-py2
53
driver:
- image: netmanagers/salt-master-py2:amazonlinux-2
54
+ image: netmanagers/salt-develop-py2:amazonlinux-2
55
provision_command:
56
- curl -o bootstrap-salt.sh -L https://bootstrap.saltstack.com
- - sh bootstrap-salt.sh -XdPbfrq -x python2 git master
57
+ - sh bootstrap-salt.sh -XdPbfrq -x python2 git develop
58
- name: arch-base-latest-master-py2
59
60
image: netmanagers/salt-master-py2:arch-base-latest
0 commit comments