forked from saltstack/salt-winrepo-ng
-
Notifications
You must be signed in to change notification settings - Fork 0
/
libreoffice.sls
52 lines (52 loc) · 2.54 KB
/
libreoffice.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
libreoffice:
'5.1.1.3':
full_name: 'LibreOffice 5.1.1.3'
{% if grains['cpuarch'] == 'AMD64' %}
installer: 'http://mirror.catn.com/pub/tdf/libreoffice/stable/5.1.1/win/x86_64/LibreOffice_5.1.1_Win_x64.msi'
uninstaller: 'http://mirror.catn.com/pub/tdf/libreoffice/stable/5.1.1/win/x86_64/LibreOffice_5.1.1_Win_x64.msi'
{% elif grains['cpuarch'] == 'x86' %}
installer: 'http://mirror.catn.com/pub/tdf/libreoffice/stable/5.1.1/win/x86/LibreOffice_5.1.1_Win_x86.msi'
uninstaller: 'http://mirror.catn.com/pub/tdf/libreoffice/stable/5.1.1/win/x86/LibreOffice_5.1.1_Win_x86.msi'
{% endif %}
install_flags: '/qn /norestart'
uninstall_flags: '/qn /norestart'
msiexec: True
locale: en_US
reboot: False
'5.0.4.2':
full_name: 'LibreOffice 5.0.4.2'
{% if grains['cpuarch'] == 'AMD64' %}
installer: 'http://mirror.catn.com/pub/tdf/libreoffice/stable/5.0.4/win/x86_64/LibreOffice_5.0.4_Win_x64.msi'
uninstaller: 'http://mirror.catn.com/pub/tdf/libreoffice/stable/5.0.4/win/x86_64/LibreOffice_5.0.4_Win_x64.msi'
{% elif grains['cpuarch'] == 'x86' %}
installer: 'http://mirror.catn.com/pub/tdf/libreoffice/stable/5.0.4/win/x86/LibreOffice_5.0.4_Win_x86.msi'
uninstaller: 'http://mirror.catn.com/pub/tdf/libreoffice/stable/5.0.4/win/x86/LibreOffice_5.0.4_Win_x86.msi'
{% endif %}
install_flags: '/qn /norestart'
uninstall_flags: '/qn /norestart'
msiexec: True
locale: en_US
reboot: False
'5.0.0':
full_name: 'LibreOffice 5.0.0'
{% if grains['cpuarch'] == 'AMD64' %}
installer: 'http://mirror.catn.com/pub/tdf/libreoffice/stable/5.0.0/win/x86_64/LibreOffice_5.0.0_Win_x64.msi'
uninstaller: 'http://mirror.catn.com/pub/tdf/libreoffice/stable/5.0.0/win/x86_64/LibreOffice_5.0.0_Win_x64.msi'
{% elif grains['cpuarch'] == 'x86' %}
installer: 'http://mirror.catn.com/pub/tdf/libreoffice/stable/5.0.0/win/x86/LibreOffice_5.0.0_Win_x86.msi'
uninstaller: 'http://mirror.catn.com/pub/tdf/libreoffice/stable/5.0.0/win/x86/LibreOffice_5.0.0_Win_x86.msi'
{% endif %}
install_flags: '/qn /norestart'
uninstall_flags: '/qn /norestart'
msiexec: True
locale: en_US
reboot: False
'4.4.5':
full_name: 'LibreOffice 4.4.5'
installer: 'http://mirror.catn.com/pub/tdf/libreoffice/stable/4.4.5/win/x86/LibreOffice_4.4.5_Win_x86.msi'
uninstaller: 'http://mirror.catn.com/pub/tdf/libreoffice/stable/4.4.5/win/x86/LibreOffice_4.4.5_Win_x86.msi'
install_flags: '/qn /norestart'
uninstall_flags: '/qn /norestart'
msiexec: True
locale: en_US
reboot: False