From cdecd8c05cb5f28c7648269eb40ba1f2345b1950 Mon Sep 17 00:00:00 2001 From: Daniel Akulenok Date: Tue, 14 May 2024 13:24:54 +0200 Subject: [PATCH] Fix typo --- templates/named.conf.generator.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/named.conf.generator.j2 b/templates/named.conf.generator.j2 index b5c0edf..338a5bd 100644 --- a/templates/named.conf.generator.j2 +++ b/templates/named.conf.generator.j2 @@ -12,7 +12,7 @@ options { {% include 'named.conf.acl.j2' %} {% endif %} {% if item.primaries is defined and item.primaries %} -{% include 'named.conf.primaries' %} +{% include 'named.conf.primaries.j2' %} {% endif %} {% if item.controls is defined and item.controls %} {% from 'named.conf.controls.j2' import controls with context %}