From 333cf3242716f756bbc281f6b6477dd6f4e061cf Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Wed, 9 Mar 2016 16:31:58 +0100 Subject: [PATCH] Adding state for /etc/bind/named.conf.local --- bind/files/named.conf.local | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 bind/files/named.conf.local diff --git a/bind/files/named.conf.local b/bind/files/named.conf.local new file mode 100644 index 0000000..e593b9c --- /dev/null +++ b/bind/files/named.conf.local @@ -0,0 +1,19 @@ +{%- set etc_dir = salt['pillar.get']('bind:etc-dir', '/etc/bind') -%} +//############################################################### +//# Bind9-Konfigurationsdatei Lokeles Geruempel +//# /etc/bind/named.conf.local +//# +//# Host {{ grains['fqdn'] }} +//# +//############################################################### + +// +// Do any local configuration here +// + +// Consider adding the 1918 zones here, if they are not used in your +// organization +include "{{ etc_dir }}/zones.rfc1918"; + + +# vim: ts=4 filetype=named noai -- 2.39.5