forked from saltstack/salt-winrepo-ng
-
Notifications
You must be signed in to change notification settings - Fork 0
/
jre8.sls
176 lines (176 loc) · 9.15 KB
/
jre8.sls
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
jre8:
'8.0.910.14':
{% if grains['cpuarch'] == 'AMD64' %}
full_name: 'Java 8 Update 91 (64-bit)'
installer: 'salt://win/repo-ng/jre8/jre-8u91-windows-x64.exe'
uninstall_flags: '/qn /x {26A24AE4-039D-4CA4-87B4-2F86418091F0} /norestart'
# due to winrepo installer limitations you need to manually download the exe from
# http://javadl.oracle.com/webapps/download/AutoDL?BundleId=207775
# and put it on the winrepo on master to install it the 'salt://win/repo-ng/jre8/... way
# to find manual download links for any version use:
# http://www.java.com/en/download/manual.jsp
{% elif grains['cpuarch'] == 'x86' %}
full_name: 'Java 8 Update 91'
installer: 'salt://win/repo-ng/jre8_x86/jre-8u91-windows-i586.exe'
uninstall_flags: '/qn /x {26A24AE4-039D-4CA4-87B4-2F86418091F0} /norestart'
# due to winrepo installer limitations you need to manually download the exe from
# http://javadl.oracle.com/webapps/download/AutoDL?BundleId=207773
# and put it on the winrepo on master to install it the 'salt://win/repo-ng/jre8_x86/... way
# to find manual download links for any version use:
# http://www.java.com/en/download/manual.jsp
{% endif %}
install_flags: '/s REBOOT=Suppress SPONSORS=0'
uninstaller: 'msiexec.exe'
msiexec: False
locale: en_US
reboot: False
'8.0.770.3':
{% if grains['cpuarch'] == 'AMD64' %}
full_name: 'Java 8 Update 77 (64-bit)'
installer: 'salt://win/repo-ng/jre8/jre-8u77-windows-x64.exe'
uninstall_flags: '/qn /x {26A24AE4-039D-4CA4-87B4-2F86418077F0} /norestart'
# due to winrepo installer limitations you need to manually download the exe from
# http://javadl.oracle.com/webapps/download/AutoDL?BundleId=207231
# and put it on the winrepo on master to install it the 'salt://win/repo-ng/jre8/... way
# to find manual download links for any version use:
# http://www.java.com/en/download/manual.jsp
{% elif grains['cpuarch'] == 'x86' %}
full_name: 'Java 8 Update 77'
installer: 'salt://win/repo-ng/jre8_x86/jre-8u77-windows-i586.exe'
uninstall_flags: '/qn /x {26A24AE4-039D-4CA4-87B4-2F86418077F0} /norestart'
# due to winrepo installer limitations you need to manually download the exe from
# http://javadl.oracle.com/webapps/download/AutoDL?BundleId=207229
# and put it on the winrepo on master to install it the 'salt://win/repo-ng/jre8_x86/... way
# to find manual download links for any version use:
# http://www.java.com/en/download/manual.jsp
{% endif %}
install_flags: '/s REBOOT=Suppress SPONSORS=0'
uninstaller: 'msiexec.exe'
msiexec: False
locale: en_US
reboot: False
'8.0.730.2':
{% if grains['cpuarch'] == 'AMD64' %}
full_name: 'Java 8 Update 73 (64-bit)'
installer: 'salt://win/repo-ng/jre8/jre-8u73-windows-x64.exe'
uninstall_flags: '/qn /x {26A24AE4-039D-4CA4-87B4-2F86418073F0} /norestart'
# due to winrepo installer limitations you need to manually download the exe from
# http://javadl.sun.com/webapps/download/AutoDL?BundleId=116030
# and put it on the winrepo on master to install it the 'salt://win/repo-ng/jre8/... way
# to find manual download links for any version use:
# http://www.java.com/en/download/manual.jsp
{% elif grains['cpuarch'] == 'x86' %}
full_name: 'Java 8 Update 73'
installer: 'salt://win/repo-ng/jre8_x86/jre-8u73-windows-i586.exe'
uninstall_flags: '/qn /x {26A24AE4-039D-4CA4-87B4-2F83218073F0} /norestart'
# due to winrepo installer limitations you need to manually download the exe from
# http://javadl.sun.com/webapps/download/AutoDL?BundleId=116028
# and put it on the winrepo on master to install it the 'salt://win/repo-ng/jre8_x86/... way
# to find manual download links for any version use:
# http://www.java.com/en/download/manual.jsp
{% endif %}
install_flags: '/s REBOOT=Suppress SPONSORS=0'
uninstaller: 'msiexec.exe'
msiexec: False
locale: en_US
reboot: False
'8.0.710.15':
{% if grains['cpuarch'] == 'AMD64' %}
full_name: 'Java 8 Update 71 (64-bit)'
installer: 'salt://win/repo-ng/jre8/jre-8u71-windows-x64.exe'
uninstall_flags: '/qn /x {26A24AE4-039D-4CA4-87B4-2F86418071F0} /norestart'
# due to winrepo installer limitations you need to manually download the exe from
# http://javadl.sun.com/webapps/download/AutoDL?BundleId=114689
# and put it on the winrepo on master to install it the 'salt://win/repo-ng/jre8/... way
# to find manual download links for any version use:
# http://www.java.com/en/download/manual.jsp
{% elif grains['cpuarch'] == 'x86' %}
full_name: 'Java 8 Update 71'
installer: 'salt://win/repo-ng/jre8_x86/jre-8u71-windows-i586.exe'
uninstall_flags: '/qn /x {26A24AE4-039D-4CA4-87B4-2F83218071F0} /norestart'
# due to winrepo installer limitations you need to manually download the exe from
# http://javadl.sun.com/webapps/download/AutoDL?BundleId=114687
# and put it on the winrepo on master to install it the 'salt://win/repo-ng/jre8_x86/... way
# to find manual download links for any version use:
# http://www.java.com/en/download/manual.jsp
{% endif %}
install_flags: '/s REBOOT=Suppress SPONSORS=0'
uninstaller: 'msiexec.exe'
msiexec: False
locale: en_US
reboot: False
'8.0.660.18':
{% if grains['cpuarch'] == 'AMD64' %}
full_name: 'Java 8 Update 66 (64-bit)'
installer: 'salt://win/repo-ng/jre8/jre-8u66-windows-x64.exe'
uninstall_flags: '/qn /x {26A24AE4-039D-4CA4-87B4-2F86418066F0} /norestart'
# due to winrepo installer limitations you need to manually download the exe from
# http://javadl.sun.com/webapps/download/AutoDL?BundleId=113219
# and put it on the winrepo on master to install it the 'salt://win/repo-ng/jre8/... way
# to find manual download links for any version use:
# http://www.java.com/en/download/manual.jsp
{% elif grains['cpuarch'] == 'x86' %}
full_name: 'Java 8 Update 66'
installer: 'salt://win/repo-ng/jre8_x86/jre-8u66-windows-i586.exe'
uninstall_flags: '/qn /x {26A24AE4-039D-4CA4-87B4-2F83218066F0} /norestart'
# due to winrepo installer limitations you need to manually download the exe from
# http://javadl.sun.com/webapps/download/AutoDL?BundleId=113217
# and put it on the winrepo on master to install it the 'salt://win/repo-ng/jre8_x86/... way
# to find manual download links for any version use:
# http://www.java.com/en/download/manual.jsp
{% endif %}
install_flags: '/s REBOOT=Suppress SPONSORS=0'
uninstaller: 'msiexec.exe'
msiexec: False
locale: en_US
reboot: False
'8.0.600.27':
{% if grains['cpuarch'] == 'AMD64' %}
full_name: 'Java 8 Update 60 (64-bit)'
installer: 'salt://win/repo-ng/jre8/jre-8u60-windows-x64.exe'
uninstall_flags: '/qn /x {26A24AE4-039D-4CA4-87B4-2F86418060F0} /norestart'
# due to winrepo installer limitations you need to manually download the exe from
# http://javadl.sun.com/webapps/download/AutoDL?BundleId=107944
# and put it on the winrepo on master to install it the 'salt://win/repo-ng/jre8/... way
# to find manual download links for any version use:
# http://www.java.com/en/download/manual.jsp
{% elif grains['cpuarch'] == 'x86' %}
full_name: 'Java 8 Update 60'
installer: 'salt://win/repo-ng/jre8_x86/jre-8u60-windows-i586.exe'
uninstall_flags: '/qn /x {26A24AE4-039D-4CA4-87B4-2F83218060F0} /norestart'
# due to winrepo installer limitations you need to manually download the exe from
# http://javadl.sun.com/webapps/download/AutoDL?BundleId=107943
# and put it on the winrepo on master to install it the 'salt://win/repo-ng/jre8_x86/... way
# to find manual download links for any version use:
# http://www.java.com/en/download/manual.jsp
{% endif %}
install_flags: '/s REBOOT=Suppress SPONSORS=0'
uninstaller: 'msiexec.exe'
msiexec: False
locale: en_US
reboot: False
'8.0.510':
{% if grains['cpuarch'] == 'AMD64' %}
full_name: 'Java 8 Update 51 (64-bit)'
installer: 'salt://win/repo-ng/jre8/jre-8u51-windows-x64.exe'
uninstall_flags: '/qn /x {26A24AE4-039D-4CA4-87B4-2F86418051F0} /norestart'
# due to winrepo installer limitations you need to manually download the exe from
# http://javadl.sun.com/webapps/download/AutoDL?BundleId=107944
# and put it on the winrepo on master to install it the 'salt://win/repo-ng/jre8/... way
# to find manual download links for any version use:
# http://www.java.com/en/download/manual.jsp
{% elif grains['cpuarch'] == 'x86' %}
full_name: 'Java 8 Update 51'
installer: 'salt://win/repo-ng/jre8_x86/jre-8u51-windows-i586.exe'
uninstall_flags: '/qn /x {26A24AE4-039D-4CA4-87B4-2F83218051F0} /norestart'
# due to winrepo installer limitations you need to manually download the exe from
# http://javadl.sun.com/webapps/download/AutoDL?BundleId=107943
# and put it on the winrepo on master to install it the 'salt://win/repo-ng/jre8_x86/... way
# to find manual download links for any version use:
# http://www.java.com/en/download/manual.jsp
{% endif %}
install_flags: '/s REBOOT=Suppress SPONSORS=0'
uninstaller: 'msiexec.exe'
msiexec: False
locale: en_US
reboot: False