diff options
author | Nicolas Vigier <boklm@mageia.org> | 2011-07-12 13:29:02 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2011-07-12 13:29:02 +0000 |
commit | e1312ae86fc8c226813b5cbb3be720baca27fce6 (patch) | |
tree | 4203397d6ba622feea7843f8d0663058a98e9756 /modules | |
parent | 523ab09d62002c645ce8028305df2f77be10b4b3 (diff) | |
download | puppet-e1312ae86fc8c226813b5cbb3be720baca27fce6.tar puppet-e1312ae86fc8c226813b5cbb3be720baca27fce6.tar.gz puppet-e1312ae86fc8c226813b5cbb3be720baca27fce6.tar.bz2 puppet-e1312ae86fc8c226813b5cbb3be720baca27fce6.tar.xz puppet-e1312ae86fc8c226813b5cbb3be720baca27fce6.zip |
allow schedbot to use maintdb
Diffstat (limited to 'modules')
-rw-r--r-- | modules/buildsystem/templates/sudoers.maintdb | 1 |
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 %> |