diff --git a/templates/dnsmasq.conf b/templates/dnsmasq.conf index 9f798b5f..a7d8e928 100644 --- a/templates/dnsmasq.conf +++ b/templates/dnsmasq.conf @@ -1,5 +1,5 @@ {% if dnsmasq_flags -%} -{% for key, value in dnsmasq_flags.iteritems() -%} +{% for key, value in dnsmasq_flags.items() -%} {{ key }} = {{ value }} {% endfor -%} {% endif -%}