Skip to content
This repository has been archived by the owner on Feb 25, 2019. It is now read-only.

Commit

Permalink
[REV] fmt offline
Browse files Browse the repository at this point in the history
  • Loading branch information
ysicing committed Aug 21, 2018
1 parent da4b363 commit 6cd35b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions install/salt/salt/install.sls
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,15 @@ salt-minion-install:
{% endif %}

{% if grains['os_family']|lower == 'redhat' %}
{% if pillar['install-type']=='online' %}
epel-install:
pkg.installed:
- pkgs:
- epel-release
- refresh: True
- unless: rpm -qa | grep epel-release
{% endif %}
{% endif %}

salt-minion-conf:
file.managed:
Expand Down

0 comments on commit 6cd35b7

Please sign in to comment.