File tree 1 file changed +0
-6
lines changed
1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -16,14 +16,12 @@ platforms:
16
16
driver :
17
17
image : netmanagers/salt-develop-py3:debian-9
18
18
provision_command :
19
- - apt-get update && apt-get install -y python3-pip
20
19
- curl -o bootstrap-salt.sh -L https://bootstrap.saltstack.com
21
20
- sh bootstrap-salt.sh -XdPbfrq -x python3 git develop
22
21
- name : ubuntu-1804-develop-py3
23
22
driver :
24
23
image : netmanagers/salt-develop-py3:ubuntu-18.04
25
24
provision_command :
26
- - apt-get update && apt-get install -y python3-pip
27
25
- curl -o bootstrap-salt.sh -L https://bootstrap.saltstack.com
28
26
- sh bootstrap-salt.sh -XdPbfrq -x python3 git develop
29
27
- name : centos-7-develop-py3
@@ -86,8 +84,6 @@ platforms:
86
84
- name : opensuse-leap-42-2018-3-py2
87
85
driver :
88
86
image : netmanagers/salt-2018.3-py2:opensuse-leap-42
89
- provision_command :
90
- - zypper refresh && zypper install -y python-pip
91
87
run_command : /usr/lib/systemd/systemd
92
88
93
89
# # SALT 2017.7
@@ -107,8 +103,6 @@ platforms:
107
103
- name : opensuse-leap-42-2017-7-py2
108
104
driver :
109
105
image : netmanagers/salt-2017.7-py2:opensuse-leap-42
110
- provision_command :
111
- - zypper refresh && zypper install -y python-pip
112
106
run_command : /usr/lib/systemd/systemd
113
107
114
108
provisioner :
You can’t perform that action at this time.
0 commit comments