Browse Source

fix whitespacing

tags/v0.6.2
Niels Abspoel 6 years ago
parent
commit
7c0b6aeb55
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      firewalld/files/firewalld.conf

+ 2
- 2
firewalld/files/firewalld.conf View File

@@ -55,8 +55,8 @@ IndividualCalls={{ firewalld.IndividualCalls|default('no') }}
# Default: off
LogDenied={{ firewalld.LogDenied|default('off') }}
{%- endif %}

{%- if firewalld.get('AutomaticHelpers', False) %}

# AutomaticHelpers
# For the secure use of iptables and connection tracking helpers it is
# recommended to turn AutomaticHelpers off. But this might have side effects on
@@ -67,8 +67,8 @@ LogDenied={{ firewalld.LogDenied|default('off') }}
# Default: system
AutomaticHelpers={{ firewalld.AutomaticHelpers|default('sytem') }}
{%- endif %}

{%- if firewalld.get('FirewallBackend', False) %}

# FirewallBackend
# Selects the firewall backend implementation.
# Choices are:

Loading…
Cancel
Save