Skip to content

Commit 523c8ea

Browse files
committed
Fix name
1 parent 413fb71 commit 523c8ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

zabbix-agent-2.sls

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ zabbix-agent-2:
77
{% for minor in subversions %}
88
'{{major}}.{{minor}}.2400':
99
{% if grains['cpuarch'] == 'AMD64' %}
10-
full_name: 'Zabbix Agent (64-bit)'
10+
full_name: 'Zabbix Agent 2 (64-bit)'
1111
installer: '{{source_path}}{{major}}/{{major}}.{{minor}}/zabbix_agent2-{{major}}.{{minor}}-windows-amd64-openssl.msi'
1212
uninstaller: '{{source_path}}{{major}}/{{major}}.{{minor}}/zabbix_agent2-{{major}}.{{minor}}-windows-amd64-openssl.msi'
1313
{% else %}
14-
full_name: 'Zabbix Agent (32-bit)'
14+
full_name: 'Zabbix Agent 2 (32-bit)'
1515
installer: '{{source_path}}{{major}}/{{major}}.{{minor}}/zabbix_agent2-{{major}}.{{minor}}-windows-i386-openssl.msi'
1616
uninstaller: '{{source_path}}{{major}}/{{major}}.{{minor}}/zabbix_agent2-{{major}}.{{minor}}-windows-i386-openssl.msi'
1717
{% endif %}

0 commit comments

Comments
 (0)