Skip to content

Instantly share code, notes, and snippets.

Created June 26, 2014 17:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/daf0a66a943b92526fd3 to your computer and use it in GitHub Desktop.
Save anonymous/daf0a66a943b92526fd3 to your computer and use it in GitHub Desktop.
0 {% if grains['osarch'] == "64-bit" %}
1 {% set uninstaller = "C:\Program Files (x86)\Mozilla Firefox\uninstall\helper.exe" %}
2 {% else %}
3 {% set uninstaller = "C:\Program Files\Mozilla Firefox\uninstall\helper.exe" %}
4 {% endif %}
5
6 Firefox:
7 26.0:
8 installer: 'salt://win/repo/bin/firefox/Firefox Setup 26.0.exe'
9 full_name: 'Mozilla Firefox 26.0 (x86 en-US)'
10 reboot: False
11 install_flags: ' /s '
12 uninstaller: {{ uninstaller }}
13 uninstall_flags: ' /S'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment