diff --git a/bind/files/redhat/named.conf.local b/bind/files/redhat/named.conf.local index fc5907a..fa109af 100644 --- a/bind/files/redhat/named.conf.local +++ b/bind/files/redhat/named.conf.local @@ -80,3 +80,7 @@ acl {{ name }} { {%- endfor %} }; {%- endfor %} + +{%- for incl in salt['pillar.get']('bind:config:includes', []) %} +include "{{ incl }}"; +{% endfor %}