Skip to content

Commit

Permalink
Merge pull request #3 from mrlesmithjr/fixes/rhel-services
Browse files Browse the repository at this point in the history
Fixed template for service configs
  • Loading branch information
mrlesmithjr authored May 7, 2017
2 parents 51d0e7a + 19effa4 commit d9e2627
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions templates/etc/kea/kea.conf.j2
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{{ kea_dhcp_dhcp4_config|to_nice_json }}

{{ kea_dhcp_ddns_config|to_nice_json }}
{% set kea = {} %}
{% set _kea = kea.update(kea_dhcp_dhcp4_config) %}
{% set _kea = kea.update(kea_dhcp_ddns_config) %}
{{ kea|to_nice_json }}

0 comments on commit d9e2627

Please sign in to comment.