launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #10385
[Merge] lp:~rvb/maas/dns-conf-path into lp:maas
Raphaël Badin has proposed merging lp:~rvb/maas/dns-conf-path into lp:maas.
Requested reviews:
Launchpad code reviewers (launchpad-reviewers)
For more details, see:
https://code.launchpad.net/~rvb/maas/dns-conf-path/+merge/117266
This branch changes the directory where we put MAAS' DNS config files to /etc/bind/maas.
= Pre-imp =
This results from a talk with Andres. The packaging will take care of the creation/removal of the directory /etc/bind/maas.
--
https://code.launchpad.net/~rvb/maas/dns-conf-path/+merge/117266
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~rvb/maas/dns-conf-path into lp:maas.
=== modified file 'etc/celeryconfig.py'
--- etc/celeryconfig.py 2012-07-18 16:15:56 +0000
+++ etc/celeryconfig.py 2012-07-30 13:13:26 +0000
@@ -27,7 +27,7 @@
PXE_TEMPLATES_DIR = None
# Location of MAAS' bind configuration files.
-DNS_CONFIG_DIR = '/var/cache/bind/maas'
+DNS_CONFIG_DIR = '/etc/bind/maas'
# RNDC port to be configured by MAAS to communicate with the BIND
# server.