Skip to content

Commit

Permalink
Merge pull request #350 from TheBigBear/TheBigBear-upd-eea
Browse files Browse the repository at this point in the history
Update eea.sls
  • Loading branch information
TheBigBear committed May 25, 2016
2 parents 2b25c01 + 56444b8 commit 1591f0a
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions eea.sls
Original file line number Diff line number Diff line change
Expand Up @@ -13,24 +13,24 @@ eea:
msiexec: True
locale: en_US
reboot: False
cache_dir: True
#cache_dir: True
use_scheduler: True
'6.3.2016.0':
full_name: 'ESET Endpoint Antivirus'
{% if grains['cpuarch'] == 'AMD64' %}
installer: 'salt://win/repo-ng/eea/v6/eea_nt64_enu.msi'
uninstaller: 'salt://win/repo-ng/eea/v6/eea_nt64_enu.msi'
{% elif grains['cpuarch'] == 'x86' %}
installer: 'salt://win/repo-ng/eea/v6/eea_nt32_enu.msi'
uninstaller: 'salt://win/repo-ng/eea/v6/eea_nt32_enu.msi'
{% endif %}
install_flags: '/qn ALLUSERS=1 /norestart'
uninstall_flags: '/qn /norestart'
msiexec: True
locale: en_US
reboot: False
#cache_dir: True
use_scheduler: True
# '6.3.2016.0':
# full_name: 'ESET Endpoint Antivirus'
# {% if grains['cpuarch'] == 'AMD64' %}
# installer: 'salt://win/repo-ng/eea/v6/eea_nt64_enu.msi'
# uninstaller: 'salt://win/repo-ng/eea/v6/eea_nt64_enu.msi'
# {% elif grains['cpuarch'] == 'x86' %}
# installer: 'salt://win/repo-ng/eea/v6/eea_nt32_enu.msi'
# uninstaller: 'salt://win/repo-ng/eea/v6/eea_nt32_enu.msi'
# {% endif %}
# install_flags: '/qn ALLUSERS=1 /norestart'
# uninstall_flags: '/qn /norestart'
# msiexec: True
# locale: en_US
# reboot: False
# cache_dir: True
# use_scheduler: True
#
# download from your closest eset server using your credentials and place into relevant version dir in salt://win/repo/eea/
# for Uk use http://www.eset.co.uk/Download/Software/Product/EAVB

0 comments on commit 1591f0a

Please sign in to comment.