--- /dev/null
+--type-set=puppet:ext:pp
+--sort-files
mkdir -p './tmpfiles.d'
mkdir -p './udev/hwdb.d'
maybe chmod 0755 '.'
+maybe chmod 0644 '.ackrc'
maybe chmod 0700 '.etckeeper'
maybe chmod 0600 '.gitignore'
maybe chmod 0755 'NetworkManager'
maybe chmod 0644 'logrotate.d/alternatives'
maybe chmod 0644 'logrotate.d/apt'
maybe chmod 0644 'logrotate.d/aptitude'
+maybe chmod 0644 'logrotate.d/bind'
maybe chmod 0644 'logrotate.d/btmp'
maybe chmod 0644 'logrotate.d/dpkg'
maybe chmod 0644 'logrotate.d/rsyslog'
// Consider adding the 1918 zones here, if they are not used in your
// organization
-include "/etc/bind/zones.rfc1918";
+// include "/etc/bind/zones.rfc1918";
// vim: ts=4 filetype=named noai
+//###############################################################
+//# Bind9-Konfigurationsdatei Default zones RFC 1918
+//# /etc/bind/zones.rfc1918
+//#
+//# Host helga.uhu-banane.de
+//#
+//###############################################################
+
zone "10.in-addr.arpa" { type master; file "/etc/bind/db.empty"; };
zone "16.172.in-addr.arpa" { type master; file "/etc/bind/db.empty"; };
zone "31.172.in-addr.arpa" { type master; file "/etc/bind/db.empty"; };
zone "168.192.in-addr.arpa" { type master; file "/etc/bind/db.empty"; };
+
+# vim: ts=4 filetype=named noai
--- /dev/null
+/var/log/bind/complete-debug.log /var/log/bind/debug.log /var/log/bind/query.log /var/log/bind/security.log {
+ daily
+ olddir /var/log/bind/.old
+ dateext
+ size 4M
+ rotate 10
+ notifempty
+ missingok
+ compress
+ delaycompress
+ sharedscripts
+ postrotate
+ /usr/sbin/rndc reload
+ endscript
+}
+
+/var/log/bind/named.log {
+ daily
+ olddir /var/log/bind/.old
+ dateext
+ size 10M
+ rotate 20
+ notifempty
+ missingok
+ compress
+ delaycompress
+ sharedscripts
+ postrotate
+ /usr/sbin/rndc reload
+ endscript
+}
+
+# vim: ts=4 filetype=conf
auto eth0
iface eth0 inet dhcp
- dns-nameservers 213.133.98.98 213.133.99.99 213.133.100.100
+ dns-nameservers 127.0.0.1 213.133.98.98 213.133.99.99 213.133.100.100
# control-alias eth0
iface eth0 inet6 static
domain uhu-banane.de
search uhu-banane.de brehm-online.com brehm-berlin.de uhu-banane.net hennig-berlin.org
+nameserver 127.0.0.1
nameserver 213.133.98.98
nameserver 213.133.99.99
nameserver 213.133.100.100