Skip to content
Snippets Groups Projects
Commit 6cd8e36d authored by Andre Sencioles's avatar Andre Sencioles
Browse files

Fix typo in repo.sls

parent c5751112
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ include: ...@@ -6,7 +6,7 @@ include:
# Completely ignore non-RHEL based systems # Completely ignore non-RHEL based systems
# TODO: Add Debian and Suse systems. # TODO: Add Debian and Suse systems.
# TODO: Allow user to specify MySQL version and alter yum repo file accordingly. # TODO: Allow user to specify MySQL version and alter yum repo file accordingly.
{% if grains['os_family'] == 'RedHat' and `osmajorrelease` in grains %} {% if grains['os_family'] == 'RedHat' and 'osmajorrelease' in grains %}
{% if grains['osmajorrelease']|int == 5 %} {% if grains['osmajorrelease']|int == 5 %}
{% set rpm_source = "http://repo.mysql.com/mysql57-community-release-el5.rpm" %} {% set rpm_source = "http://repo.mysql.com/mysql57-community-release-el5.rpm" %}
{% elif grains['osmajorrelease']|int == 6 %} {% elif grains['osmajorrelease']|int == 6 %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment