From: Peter Palfrader Date: Tue, 7 Apr 2009 22:21:49 +0000 (+0200) Subject: Add buildd X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=93e7a2c6607417b5c1d592ec0862d97dd5d08f13;p=mirror%2Fdsa-puppet.git Add buildd --- diff --git a/modules/sudo/files/common/sudoers b/modules/sudo/files/common/sudoers index 3636b1798..4e7bd70c4 100644 --- a/modules/sudo/files/common/sudoers +++ b/modules/sudo/files/common/sudoers @@ -38,3 +38,8 @@ nagios ALL=(ALL) NOPASSWD: /usr/lib/nagios/plugins/dsa-check-dabackup "" # groups and their role accounts %mirroradm ALL=(archvsync) ALL + +# buildd +Defaults:buildd env_reset,env_keep+="APT_CONFIG DEBIAN_FRONTEND" +buildd ALL=(ALL) NOPASSWD: ALL +%buildd ALL=(buildd) ALL