chore: remove unnecessary empty line from template
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
a29c7577fd
commit
d090a76c54
@ -65,11 +65,11 @@ net.ipv6.conf.default.disable_ipv6 = 1
|
|||||||
# Disable ICMP routing redirects
|
# Disable ICMP routing redirects
|
||||||
net.ipv6.conf.all.accept_redirects = 0
|
net.ipv6.conf.all.accept_redirects = 0
|
||||||
net.ipv6.conf.default.accept_redirects = 0
|
net.ipv6.conf.default.accept_redirects = 0
|
||||||
|
|
||||||
{% if kernel_namespace_support_enabled | bool %}
|
{% if kernel_namespace_support_enabled | bool %}
|
||||||
|
|
||||||
user.max_user_namespaces = 15076
|
user.max_user_namespaces = 15076
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if kernel_ipv4_ping_group_range is defined %}
|
{% if kernel_ipv4_ping_group_range is defined %}
|
||||||
|
|
||||||
net.ipv4.ping_group_range={{ kernel_ipv4_ping_group_range }}
|
net.ipv4.ping_group_range={{ kernel_ipv4_ping_group_range }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Loading…
Reference in New Issue
Block a user