mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
New samples for SaltStack
This commit is contained in:
13
samples/SaltStack/gpg4win-light.sls
Normal file
13
samples/SaltStack/gpg4win-light.sls
Normal file
@@ -0,0 +1,13 @@
|
||||
gpg4win-light:
|
||||
2.2.3:
|
||||
installer: 'http://files.gpg4win.org/gpg4win-light-2.2.3.exe'
|
||||
full_name: 'Gpg4Win (2.2.3)'
|
||||
reboot: False
|
||||
install_flags: '/S'
|
||||
uninstaller: '%ProgramFiles%\GNU\GnuPG\gpg4win-uninstall.exe'
|
||||
uninstall_flags: '/S'
|
||||
#
|
||||
# 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
|
||||
#
|
||||
Reference in New Issue
Block a user