This repository has been archived by the owner on Sep 14, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 87
/
gpg4win-light.sls
60 lines (60 loc) · 1.91 KB
/
gpg4win-light.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
gpg4win-light:
'2.3.3':
full_name: 'Gpg4Win (2.3.3)'
installer: 'http://files.gpg4win.org/gpg4win-light-2.3.3.exe'
install_flags: '/S'
uninstaller: '%ProgramFiles(x86)%\GNU\GnuPG\gpg4win-uninstall.exe'
uninstall_flags: '/S'
msiexec: False
locale: en_US
reboot: False
'2.3.2':
full_name: 'Gpg4Win (2.3.2)'
installer: 'http://files.gpg4win.org/gpg4win-light-2.3.2.exe'
install_flags: '/S'
uninstaller: '%ProgramFiles(x86)%\GNU\GnuPG\gpg4win-uninstall.exe'
uninstall_flags: '/S'
msiexec: False
locale: en_US
reboot: False
'2.3.1':
full_name: 'Gpg4Win (2.3.1)'
installer: 'http://files.gpg4win.org/gpg4win-light-2.3.1.exe'
install_flags: '/S'
uninstaller: '%ProgramFiles(x86)%\GNU\GnuPG\gpg4win-uninstall.exe'
uninstall_flags: '/S'
msiexec: False
locale: en_US
reboot: False
'2.3.0':
full_name: 'Gpg4Win (2.3.0)'
installer: 'http://files.gpg4win.org/gpg4win-light-2.3.0.exe'
install_flags: '/S'
uninstaller: '%ProgramFiles(x86)%\GNU\GnuPG\gpg4win-uninstall.exe'
uninstall_flags: '/S'
msiexec: False
locale: en_US
reboot: False
'2.2.4':
full_name: 'Gpg4Win (2.2.4)'
installer: 'http://files.gpg4win.org/gpg4win-light-2.2.4.exe'
install_flags: '/S'
uninstaller: '%ProgramFiles(x86)%\GNU\GnuPG\gpg4win-uninstall.exe'
uninstall_flags: '/S'
msiexec: False
locale: en_US
reboot: False
'2.2.3':
full_name: 'Gpg4Win (2.2.3)'
installer: 'http://files.gpg4win.org/gpg4win-light-2.2.3.exe'
install_flags: '/S'
uninstaller: '%ProgramFiles(x86)%\GNU\GnuPG\gpg4win-uninstall.exe'
uninstall_flags: '/S'
msiexec: False
locale: en_US
reboot: False
#
# Note: this 2.2.3 light installer has a bug and it needs to be fixed upstream
# Here are work around instructions under Issue #113 in the meantime
# https://github.com/saltstack/salt-winrepo/issues/113#issuecomment-72837987
#