From: Frank Brehm Date: Wed, 9 Mar 2016 15:31:58 +0000 (+0100) Subject: Adding state for /etc/bind/named.conf.local X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=333cf3242716f756bbc281f6b6477dd6f4e061cf;p=salt%2Fstates.git Adding state for /etc/bind/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