mirror of
https://github.com/saltstack-formulas/mysql-formula.git
synced 2025-04-15 17:20:25 +00:00
Merge pull request #224 from asenci/fix_typo_in_repo_sls
Fix typo in repo.sls
This commit is contained in:
commit
272a1ae4ae
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ include:
|
|||
# Completely ignore non-RHEL based systems
|
||||
# TODO: Add Debian and Suse systems.
|
||||
# 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 %}
|
||||
{% set rpm_source = "http://repo.mysql.com/mysql57-community-release-el5.rpm" %}
|
||||
{% elif grains['osmajorrelease']|int == 6 %}
|
||||
|
|
Loading…
Add table
Reference in a new issue