← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] lp:~rvb/maas/packaging.bug-1085865 into lp:~maas-maintainers/maas/packaging

 

Raphaël Badin has proposed merging lp:~rvb/maas/packaging.bug-1085865 into lp:~maas-maintainers/maas/packaging.

Commit message:
Call write_dns_config in debian/maas-dns.postinst.

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~rvb/maas/packaging.bug-1085865/+merge/137644
-- 
https://code.launchpad.net/~rvb/maas/packaging.bug-1085865/+merge/137644
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~rvb/maas/packaging.bug-1085865 into lp:~maas-maintainers/maas/packaging.
=== modified file 'debian/changelog'
--- debian/changelog	2012-11-28 20:47:37 +0000
+++ debian/changelog	2012-12-03 17:53:31 +0000
@@ -1,6 +1,8 @@
 maas (0.1+bzr1366+dfsg-0ubuntu2) UNRELEASED; urgency=low
 
   [ Raphaël Badin ]
+  * debian/maas-dns.postinst: Call write_dns_config.
+    (LP: #1085865).
   * debian/maas-cluster-controller.postinst: Fix the name of the config
     file (/etc/maas/pserv.yaml and not /etc/maas/pserv.conf)
     (LP: #1083542).

=== modified file 'debian/maas-dns.postinst'
--- debian/maas-dns.postinst	2012-10-19 15:42:58 +0000
+++ debian/maas-dns.postinst	2012-12-03 17:53:31 +0000
@@ -26,6 +26,8 @@
     sed -i '/^include\s.*maas/d' /etc/bind/named.conf.local
     maas get_named_conf --edit --config_path /etc/bind/named.conf.local
 
+    maas write_dns_config
+
     if [ -x /usr/sbin/invoke-rc.d ]; then
         invoke-rc.d bind9 restart || true
     fi