keep the same structure for every distro + minor permission fixes
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
@@ -1457,7 +1457,7 @@ include-dir=/etc/powerdns/froxlor/
|
|||||||
</file>
|
</file>
|
||||||
<command><![CDATA[mkdir -p /etc/powerdns/froxlor/]]></command>
|
<command><![CDATA[mkdir -p /etc/powerdns/froxlor/]]></command>
|
||||||
<file name="/etc/powerdns/froxlor/pdns_froxlor.conf" chown="root:root"
|
<file name="/etc/powerdns/froxlor/pdns_froxlor.conf" chown="root:root"
|
||||||
chmod="644">
|
chmod="600">
|
||||||
<content><![CDATA[
|
<content><![CDATA[
|
||||||
#local-ipv6=YOUR_IPv6_(if_any)
|
#local-ipv6=YOUR_IPv6_(if_any)
|
||||||
bind-config=<BIND_CONFIG_PATH>named.conf
|
bind-config=<BIND_CONFIG_PATH>named.conf
|
||||||
|
|||||||
@@ -566,7 +566,6 @@ guardian=yes
|
|||||||
# include-dir Include *.conf files from this directory
|
# include-dir Include *.conf files from this directory
|
||||||
#
|
#
|
||||||
# include-dir=
|
# include-dir=
|
||||||
include-dir=/etc/powerdns/pdns.d
|
|
||||||
|
|
||||||
#################################
|
#################################
|
||||||
# launch Which backends to launch and order to query them in
|
# launch Which backends to launch and order to query them in
|
||||||
@@ -893,7 +892,8 @@ version-string=powerdns
|
|||||||
#
|
#
|
||||||
# webserver-print-arguments=no
|
# webserver-print-arguments=no
|
||||||
|
|
||||||
include-dir=/etc/powerdns/froxlor
|
# include froxlor-bind-specific config
|
||||||
|
include-dir=/etc/powerdns/froxlor/
|
||||||
]]>
|
]]>
|
||||||
</content>
|
</content>
|
||||||
</file>
|
</file>
|
||||||
@@ -1107,7 +1107,6 @@ guardian=yes
|
|||||||
# include-dir Include *.conf files from this directory
|
# include-dir Include *.conf files from this directory
|
||||||
#
|
#
|
||||||
# include-dir=
|
# include-dir=
|
||||||
include-dir=/etc/powerdns/pdns.d
|
|
||||||
|
|
||||||
#################################
|
#################################
|
||||||
# launch Which backends to launch and order to query them in
|
# launch Which backends to launch and order to query them in
|
||||||
@@ -1434,10 +1433,15 @@ version-string=powerdns
|
|||||||
# webserver-print-arguments If the webserver should print arguments
|
# webserver-print-arguments If the webserver should print arguments
|
||||||
#
|
#
|
||||||
# webserver-print-arguments=no
|
# webserver-print-arguments=no
|
||||||
|
|
||||||
|
# include froxlor-bind-specific config
|
||||||
|
include-dir=/etc/powerdns/froxlor/
|
||||||
]]>
|
]]>
|
||||||
</content>
|
</content>
|
||||||
</file>
|
</file>
|
||||||
<file name="/etc/powerdns/pdns.d/bindbackend.conf" backup="true">
|
<command><![CDATA[mkdir -p /etc/powerdns/froxlor/]]></command>
|
||||||
|
<file name="/etc/powerdns/froxlor/pdns_froxlor.conf" chown="root:root"
|
||||||
|
chmod="600">
|
||||||
<content><![CDATA[
|
<content><![CDATA[
|
||||||
# Bind backend configuration
|
# Bind backend configuration
|
||||||
|
|
||||||
|
|||||||
@@ -363,6 +363,7 @@ include-dir=/etc/powerdns/froxlor/
|
|||||||
]]>
|
]]>
|
||||||
</content>
|
</content>
|
||||||
</file>
|
</file>
|
||||||
|
<command><![CDATA[mkdir -p /etc/powerdns/froxlor/]]></command>
|
||||||
<file name="/etc/powerdns/froxlor/pdns_froxlor.conf" chown="root:root"
|
<file name="/etc/powerdns/froxlor/pdns_froxlor.conf" chown="root:root"
|
||||||
chmod="600">
|
chmod="600">
|
||||||
<content><![CDATA[
|
<content><![CDATA[
|
||||||
@@ -398,12 +399,13 @@ socket-dir=/var/run
|
|||||||
version-string=powerdns
|
version-string=powerdns
|
||||||
bind-config=<BIND_CONFIG_PATH>named.conf
|
bind-config=<BIND_CONFIG_PATH>named.conf
|
||||||
bind-check-interval=300
|
bind-check-interval=300
|
||||||
include=/etc/powerdns/pdns_froxlor.conf
|
include-dir=/etc/powerdns/froxlor/
|
||||||
]]>
|
]]>
|
||||||
</content>
|
</content>
|
||||||
</file>
|
</file>
|
||||||
<file name="/etc/powerdns/pdns_froxlor.conf" chown="root:root"
|
<command><![CDATA[mkdir -p /etc/powerdns/froxlor/]]></command>
|
||||||
chmod="644">
|
<file name="/etc/powerdns/froxlor/pdns_froxlor.conf" chown="root:root"
|
||||||
|
chmod="600">
|
||||||
<content><![CDATA[
|
<content><![CDATA[
|
||||||
allow-axfr-ips=<NAMESERVERS>
|
allow-axfr-ips=<NAMESERVERS>
|
||||||
#local-ipv6=YOUR_IPv6_(if_any)
|
#local-ipv6=YOUR_IPv6_(if_any)
|
||||||
|
|||||||
@@ -433,12 +433,13 @@ socket-dir=/var/run
|
|||||||
version-string=powerdns
|
version-string=powerdns
|
||||||
bind-config=<BIND_CONFIG_PATH>named.conf
|
bind-config=<BIND_CONFIG_PATH>named.conf
|
||||||
bind-check-interval=300
|
bind-check-interval=300
|
||||||
include-dir=/etc/powerdns/pdns.d
|
include-dir=/etc/powerdns/froxlor/
|
||||||
]]>
|
]]>
|
||||||
</content>
|
</content>
|
||||||
</file>
|
</file>
|
||||||
<file name="/etc/powerdns/pdns.d/bindbackend.conf" chown="root:root"
|
<command><![CDATA[mkdir -p /etc/powerdns/froxlor/]]></command>
|
||||||
chmod="644">
|
<file name="/etc/powerdns/froxlor/pdns_froxlor.conf" chown="root:root"
|
||||||
|
chmod="600">
|
||||||
<content><![CDATA[
|
<content><![CDATA[
|
||||||
allow-axfr-ips=<NAMESERVERS>
|
allow-axfr-ips=<NAMESERVERS>
|
||||||
#local-ipv6=YOUR_IPv6_(if_any)
|
#local-ipv6=YOUR_IPv6_(if_any)
|
||||||
|
|||||||
@@ -732,7 +732,8 @@ socket-dir=/var/run
|
|||||||
# allowed methods are anonymous / powerdns / full / custom
|
# allowed methods are anonymous / powerdns / full / custom
|
||||||
version-string=powerdns
|
version-string=powerdns
|
||||||
|
|
||||||
include-dir=/etc/powerdns/froxlor
|
# include froxlor-bind-specific config
|
||||||
|
include-dir=/etc/powerdns/froxlor/
|
||||||
]]>
|
]]>
|
||||||
</content>
|
</content>
|
||||||
</file>
|
</file>
|
||||||
@@ -1070,12 +1071,14 @@ socket-dir=/var/run
|
|||||||
# allowed methods are anonymous / powerdns / full / custom
|
# allowed methods are anonymous / powerdns / full / custom
|
||||||
version-string=powerdns
|
version-string=powerdns
|
||||||
|
|
||||||
include-dir=/etc/powerdns/pdns.d
|
# include froxlor-bind-specific config
|
||||||
|
include-dir=/etc/powerdns/froxlor/
|
||||||
]]>
|
]]>
|
||||||
</content>
|
</content>
|
||||||
</file>
|
</file>
|
||||||
<file name="/etc/powerdns/pdns.d/bindbackend.conf" backup="true" chown="root:root"
|
<command><![CDATA[mkdir -p /etc/powerdns/froxlor/]]></command>
|
||||||
chmod="644">
|
<file name="/etc/powerdns/froxlor/pdns_froxlor.conf" chown="root:root"
|
||||||
|
chmod="600">
|
||||||
<content><![CDATA[
|
<content><![CDATA[
|
||||||
# Bind backend configuration
|
# Bind backend configuration
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user