diff options
author | Nicolas Vigier <boklm@mageia.org> | 2011-07-12 13:28:09 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2011-07-12 13:28:09 +0000 |
commit | 523ab09d62002c645ce8028305df2f77be10b4b3 (patch) | |
tree | 0c78aee9c73eeb8d3662106da6e2538f961df71b | |
parent | db98eb6345254c4c1244e1920935341649fad504 (diff) | |
download | puppet-523ab09d62002c645ce8028305df2f77be10b4b3.tar puppet-523ab09d62002c645ce8028305df2f77be10b4b3.tar.gz puppet-523ab09d62002c645ce8028305df2f77be10b4b3.tar.bz2 puppet-523ab09d62002c645ce8028305df2f77be10b4b3.tar.xz puppet-523ab09d62002c645ce8028305df2f77be10b4b3.zip |
add % for group name
-rw-r--r-- | modules/buildsystem/templates/sudoers.maintdb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/buildsystem/templates/sudoers.maintdb b/modules/buildsystem/templates/sudoers.maintdb index 8579f18f..041d8bcf 100644 --- a/modules/buildsystem/templates/sudoers.maintdb +++ b/modules/buildsystem/templates/sudoers.maintdb @@ -1 +1 @@ -<%= packagers_group %> ALL =(<%= maintdb_login %>) NOPASSWD: <%= maintdb_binpath %> +%<%= packagers_group %> ALL =(<%= maintdb_login %>) NOPASSWD: <%= maintdb_binpath %> |