]> Frank Brehm's Git Trees - salt/states.git/commitdiff
Adding state for /etc/bind/named.conf.local
authorFrank Brehm <frank@brehm-online.com>
Wed, 9 Mar 2016 15:31:58 +0000 (16:31 +0100)
committerFrank Brehm <frank@brehm-online.com>
Wed, 9 Mar 2016 15:31:58 +0000 (16:31 +0100)
bind/files/named.conf.local [new file with mode: 0644]

diff --git a/bind/files/named.conf.local b/bind/files/named.conf.local
new file mode 100644 (file)
index 0000000..e593b9c
--- /dev/null
@@ -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