← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] lp:~rvb/maas/packaging.sudo-mipf into lp:~maas-maintainers/maas/packaging

 

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

Commit message:
Add sudo rule so that the script maas-import-pxe-files can be called by the user 'maas'.

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~rvb/maas/packaging.sudo-mipf/+merge/132874
-- 
https://code.launchpad.net/~rvb/maas/packaging.sudo-mipf/+merge/132874
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~rvb/maas/packaging.sudo-mipf into lp:~maas-maintainers/maas/packaging.
=== modified file 'debian/changelog'
--- debian/changelog	2012-10-29 14:18:01 +0000
+++ debian/changelog	2012-11-05 11:58:42 +0000
@@ -5,6 +5,8 @@
     file /etc/bind/maas/named.conf.rndc.maas. (LP: #1066935)
   * debian/control: Remove the dependency of maas-cluster-controller
     on rabbitmq-server. (LP: #1072744)
+  * debian/extras/99-maas-sudoers: Add sudo rule for script
+    /usr/sbin/maas-import-pxe-files.
 
   [ Julian Edwards ]
   * debian/maas-region-controller.install: Remove installation of maas-gc; it

=== modified file 'debian/extras/99-maas-sudoers'
--- debian/extras/99-maas-sudoers	2012-09-25 23:18:02 +0000
+++ debian/extras/99-maas-sudoers	2012-11-05 11:58:42 +0000
@@ -1,2 +1,3 @@
 maas ALL= NOPASSWD: /usr/sbin/service maas-dhcp-server restart
 maas ALL= NOPASSWD: /usr/sbin/maas-provision
+maas ALL= NOPASSWD: /usr/sbin/maas-import-pxe-files