Skip to content

Commit

Permalink
Merge pull request #89 from noelmcloughlin/one_conf
Browse files Browse the repository at this point in the history
fix(issues): correct various minor issues
  • Loading branch information
noelmcloughlin authored Aug 9, 2020
2 parents 251ac0c + a79bb53 commit 751adb7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion mongodb/config/alternatives/clean.sls
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@
- text: |
Note: The linux alternatives state is not applicable for {{ grains.os }}
{%- endif %} {# linux #}
{%- endif %} {# linux #}
2 changes: 1 addition & 1 deletion mongodb/config/alternatives/install.sls
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ include:
- text: |
Note: The linux alternatives state is not applicable for {{ grains.os }}
{%- endif %} {# linux #}
{%- endif %} {# linux #}
2 changes: 1 addition & 1 deletion mongodb/install.sls
Original file line number Diff line number Diff line change
Expand Up @@ -276,4 +276,4 @@ include:
{%- endif %} {# wanted #}
{%- endfor %} {# component #}
{%- endif %} {# wanted #}
{%- endfor %} {# components #}
{%- endfor %} {# components #}
2 changes: 1 addition & 1 deletion mongodb/service/running.sls
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ include:
{%- endif %}
{%- endif %} {# config #}
{%- if d.wanted.firewall and 'firewall' in software %}
{%- if grains.kernel == 'Linux' and d.wanted.firewall and 'firewall' in software %}
{{ formula }}-service-running-{{ comp }}-{{ servicename }}-firewall-present:
firewalld.present:
Expand Down

0 comments on commit 751adb7

Please sign in to comment.