File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -47,12 +47,14 @@ platforms:
4747 # => SCP did not finish successfully (255): (Net::SCP::Error)
4848 transport :
4949 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
5052 - name : amazonlinux-2-master-py2
5153 driver :
52- image : netmanagers/salt-master -py2:amazonlinux-2
54+ image : netmanagers/salt-develop -py2:amazonlinux-2
5355 provision_command :
5456 - curl -o bootstrap-salt.sh -L https://bootstrap.saltstack.com
55- - sh bootstrap-salt.sh -XdPbfrq -x python2 git master
57+ - sh bootstrap-salt.sh -XdPbfrq -x python2 git develop
5658 - name : arch-base-latest-master-py2
5759 driver :
5860 image : netmanagers/salt-master-py2:arch-base-latest
You can’t perform that action at this time.
0 commit comments