forked from saltstack/salt-winrepo-ng
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkeepass-2x.sls
28 lines (28 loc) · 1.12 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
keepass-2x:
'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