forked from saltstack/salt-winrepo-ng
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkeepass.sls
28 lines (28 loc) · 1.13 KB
/
keepass.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:
'1.31.0':
full_name: 'KeePass 1.31'
installer: 'http://vorboss.dl.sourceforge.net/project/keepass/KeePass%201.x/1.31/KeePass-1.31.msi'
install_flags: '/qn /norestart'
uninstaller: 'http://vorboss.dl.sourceforge.net/project/keepass/KeePass%201.x/1.31/KeePass-1.31.msi'
uninstall_flags: '/qn /norestart'
msiexec: True
locale: en_US
reboot: False
'1.30.0':
full_name: 'KeePass 1.30'
installer: 'http://vorboss.dl.sourceforge.net/project/keepass/KeePass%201.x/1.30/KeePass-1.30.msi'
install_flags: '/qn /norestart'
uninstaller: 'http://vorboss.dl.sourceforge.net/project/keepass/KeePass%201.x/1.30/KeePass-1.30.msi'
uninstall_flags: '/qn /norestart'
msiexec: True
locale: en_US
reboot: False
'1.29.0':
full_name: 'KeePass 1.29'
installer: 'http://vorboss.dl.sourceforge.net/project/keepass/KeePass%201.x/1.29/KeePass-1.29.msi'
install_flags: '/qn /norestart'
uninstaller: 'http://vorboss.dl.sourceforge.net/project/keepass/KeePass%201.x/1.29/KeePass-1.29.msi'
uninstall_flags: '/qn /norestart'
msiexec: True
locale: en_US
reboot: False