aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2011-07-12 13:29:02 +0000
committerNicolas Vigier <boklm@mageia.org>2011-07-12 13:29:02 +0000
commite1312ae86fc8c226813b5cbb3be720baca27fce6 (patch)
tree4203397d6ba622feea7843f8d0663058a98e9756
parent523ab09d62002c645ce8028305df2f77be10b4b3 (diff)
downloadpuppet-e1312ae86fc8c226813b5cbb3be720baca27fce6.tar
puppet-e1312ae86fc8c226813b5cbb3be720baca27fce6.tar.gz
puppet-e1312ae86fc8c226813b5cbb3be720baca27fce6.tar.bz2
puppet-e1312ae86fc8c226813b5cbb3be720baca27fce6.tar.xz
puppet-e1312ae86fc8c226813b5cbb3be720baca27fce6.zip
allow schedbot to use maintdb
-rw-r--r--modules/buildsystem/templates/sudoers.maintdb1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/buildsystem/templates/sudoers.maintdb b/modules/buildsystem/templates/sudoers.maintdb
index 041d8bcf..26e8a26d 100644
--- a/modules/buildsystem/templates/sudoers.maintdb
+++ b/modules/buildsystem/templates/sudoers.maintdb
@@ -1 +1,2 @@
%<%= packagers_group %> ALL =(<%= maintdb_login %>) NOPASSWD: <%= maintdb_binpath %>
+<%= sched_login %> ALL =(<%= maintdb_login %>) NOPASSWD: <%= maintdb_binpath %>