From 6bb18887fadec1c097c7cb5cded51a4be3ac307c Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Wed, 8 Apr 2009 00:33:55 +0200 Subject: [PATCH] Add apachectrl group --- modules/sudo/files/common/sudoers | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/sudo/files/common/sudoers b/modules/sudo/files/common/sudoers index e3f193ab1..22744e610 100644 --- a/modules/sudo/files/common/sudoers +++ b/modules/sudo/files/common/sudoers @@ -46,6 +46,9 @@ nagios ALL=(ALL) NOPASSWD: /usr/sbin/hpacucli controller slot=0 show status # groups and their role accounts %mirroradm ALL=(archvsync) ALL +# some groups are in apachectrl on "their" hosts so they can reload apache and update their vhost +%apachectrl ALL=(root) /usr/sbin/apache2-vhost-update + # buildd Defaults:buildd env_reset,env_keep+="APT_CONFIG DEBIAN_FRONTEND" buildd ALL=(ALL) NOPASSWD: ALL -- 2.20.1