Skip to content

Commit

Permalink
Add EOL for needed files
Browse files Browse the repository at this point in the history
  • Loading branch information
Shlomi Bitton committed Jul 14, 2021
1 parent 4682999 commit 4a744df
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dockers/docker-dhcp-relay/dhcp-relay.programs.j2
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ isc-dhcpv4-relay-{{ vlan_name }}
{% set _dummy = add_preceding_comma.update({'flag': True}) %}
isc-dhcpv6-relay-{{ vlan_name }}
{%- endif %}
{% endfor %}
{% endfor %}
2 changes: 1 addition & 1 deletion dockers/docker-dhcp-relay/dhcpv4-relay.agents.j2
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ dependent_startup=true
dependent_startup_wait_for=start:exited

{% endif %}
{% endif %}
{% endif %}
2 changes: 1 addition & 1 deletion dockers/docker-dhcp-relay/dhcpv6-relay.agents.j2
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ dependent_startup=true
dependent_startup_wait_for=start:exited

{% endif %}
{% endif %}
{% endif %}
2 changes: 1 addition & 1 deletion dockers/docker-dhcp-relay/dhcpv6-relay.monitors.j2
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@ dependent_startup_wait_for=
{% set _dummy = relay_for_ipv4.update({'flag': False}) %}
{% set _dummy = relay_for_ipv6.update({'flag': False}) %}
{% endif %}
{% endfor %}
{% endfor %}

0 comments on commit 4a744df

Please sign in to comment.