forked from saltstack/salt-winrepo-ng
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkeepass-2x.sls
55 lines (55 loc) · 2.23 KB
/
keepass-2x.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
keepass-2x:
'2.34.0':
full_name: 'KeePass 2.34'
installer: 'http://vorboss.dl.sourceforge.net/project/keepass/KeePass%202.x/2.34/KeePass-2.34.msi'
install_flags: '/qn /norestart'
uninstaller: 'http://vorboss.dl.sourceforge.net/project/keepass/KeePass%202.x/2.34/KeePass-2.34.msi'
uninstall_flags: '/qn /norestart'
msiexec: True
locale: en_US
reboot: False
'2.33.0':
full_name: 'KeePass 2.33'
installer: 'http://vorboss.dl.sourceforge.net/project/keepass/KeePass%202.x/2.33/KeePass-2.33.msi'
install_flags: '/qn /norestart'
uninstaller: 'http://vorboss.dl.sourceforge.net/project/keepass/KeePass%202.x/2.33/KeePass-2.33.msi'
uninstall_flags: '/qn /norestart'
msiexec: True
locale: en_US
reboot: False
'2.32.0':
full_name: 'KeePass 2.32'
installer: 'http://vorboss.dl.sourceforge.net/project/keepass/KeePass%202.x/2.32/KeePass-2.32.msi'
install_flags: '/qn /norestart'
uninstaller: 'http://vorboss.dl.sourceforge.net/project/keepass/KeePass%202.x/2.32/KeePass-2.32.msi'
uninstall_flags: '/qn /norestart'
msiexec: True
locale: en_US
reboot: False
'2.31.0':
full_name: 'KeePass 2.31'
installer: 'http://vorboss.dl.sourceforge.net/project/keepass/KeePass%202.x/2.31/KeePass-2.31.msi'
install_flags: '/qn /norestart'
uninstaller: 'http://vorboss.dl.sourceforge.net/project/keepass/KeePass%202.x/2.31/KeePass-2.31.msi'
uninstall_flags: '/qn /norestart'
msiexec: True
locale: en_US
reboot: False
'2.30.0':
full_name: 'KeePass 2.30'
installer: 'http://vorboss.dl.sourceforge.net/project/keepass/KeePass%202.x/2.30/KeePass-2.30.msi'
install_flags: '/qn /norestart'
uninstaller: 'http://vorboss.dl.sourceforge.net/project/keepass/KeePass%202.x/2.30/KeePass-2.30.msi'
uninstall_flags: '/qn /norestart'
msiexec: True
locale: en_US
reboot: False
'2.29.0':
full_name: 'KeePass 2.29'
installer: 'http://vorboss.dl.sourceforge.net/project/keepass/KeePass%202.x/2.29/KeePass-2.29.msi'
install_flags: '/qn /norestart'
uninstaller: 'http://vorboss.dl.sourceforge.net/project/keepass/KeePass%202.x/2.29/KeePass-2.29.msi'
uninstall_flags: '/qn /norestart'
msiexec: True
locale: en_US
reboot: False