From 3191bb796abaafc2485ddf72bf8dcd3758c47742 Mon Sep 17 00:00:00 2001 From: Lari Huttunen Date: Wed, 18 Jan 2012 10:18:40 +0000 Subject: [PATCH] Modified files to templates. --- dns/{files/bind9 => templates/bind9.erb} | 2 +- dns/{files/named => templates/named.erb} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename dns/{files/bind9 => templates/bind9.erb} (64%) rename dns/{files/named => templates/named.erb} (98%) diff --git a/dns/files/bind9 b/dns/templates/bind9.erb similarity index 64% rename from dns/files/bind9 rename to dns/templates/bind9.erb index 124d188..74b51d9 100644 --- a/dns/files/bind9 +++ b/dns/templates/bind9.erb @@ -2,4 +2,4 @@ RESOLVCONF=yes # startup options for the server -OPTIONS="-4 -u bind" +OPTIONS="<% bind_startup_options %>" diff --git a/dns/files/named b/dns/templates/named.erb similarity index 98% rename from dns/files/named rename to dns/templates/named.erb index 06ca4ac..8c6e907 100644 --- a/dns/files/named +++ b/dns/templates/named.erb @@ -37,4 +37,4 @@ ROOTDIR=/var/named/chroot # startup options for the server -OPTIONS="-4 -u named" +OPTIONS="<% bind_startup_options %>"