Merge lp:~rvb/maas/packaging-bug-1457708-2 into lp:~maas-maintainers/maas/packaging

Proposed by Raphaël Badin
Status: Merged
Approved by: Raphaël Badin
Approved revision: no longer in the source branch.
Merged at revision: 399
Proposed branch: lp:~rvb/maas/packaging-bug-1457708-2
Merge into: lp:~maas-maintainers/maas/packaging
Diff against target: 25 lines (+3/-1)
2 files modified
debian/changelog (+1/-1)
debian/extras/99-maas-sudoers (+2/-0)
To merge this branch: bzr merge lp:~rvb/maas/packaging-bug-1457708-2
Reviewer Review Type Date Requested Status
Blake Rouse (community) Approve
Review via email: mp+259915@code.launchpad.net

Commit message

Allow MAAS to start maas-dhcpd and maas-dhcpd6.

To post a comment you must log in.
Revision history for this message
Blake Rouse (blake-rouse) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2015-05-22 08:17:00 +0000
3+++ debian/changelog 2015-05-22 12:19:04 +0000
4@@ -2,7 +2,7 @@
5
6 [ Raphaël Badin ]
7 * debian/extras/99-maas-sudoers: Allow maas to check the status of
8- maas-dhcpd and maas-dhcp6 (LP: #1457708).
9+ maas-dhcpd and maas-dhcp6 and start these services (LP: #1457708).
10
11 -- Andres Rodriguez <andreserl@ubuntu.com> Thu, 21 May 2015 19:18:22 -0400
12
13
14=== modified file 'debian/extras/99-maas-sudoers'
15--- debian/extras/99-maas-sudoers 2015-05-22 08:17:00 +0000
16+++ debian/extras/99-maas-sudoers 2015-05-22 12:19:04 +0000
17@@ -1,6 +1,8 @@
18+maas ALL= NOPASSWD: /usr/sbin/service maas-dhcpd start
19 maas ALL= NOPASSWD: /usr/sbin/service maas-dhcpd status
20 maas ALL= NOPASSWD: /usr/sbin/service maas-dhcpd restart
21 maas ALL= NOPASSWD: /usr/sbin/service maas-dhcpd stop
22+maas ALL= NOPASSWD: /usr/sbin/service maas-dhcpd6 start
23 maas ALL= NOPASSWD: /usr/sbin/service maas-dhcpd6 status
24 maas ALL= NOPASSWD: /usr/sbin/service maas-dhcpd6 restart
25 maas ALL= NOPASSWD: /usr/sbin/service maas-dhcpd6 stop

Subscribers

People subscribed via source and target branches