aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2011-07-12 13:28:09 +0000
committerNicolas Vigier <boklm@mageia.org>2011-07-12 13:28:09 +0000
commit523ab09d62002c645ce8028305df2f77be10b4b3 (patch)
tree0c78aee9c73eeb8d3662106da6e2538f961df71b /modules
parentdb98eb6345254c4c1244e1920935341649fad504 (diff)
downloadpuppet-523ab09d62002c645ce8028305df2f77be10b4b3.tar
puppet-523ab09d62002c645ce8028305df2f77be10b4b3.tar.gz
puppet-523ab09d62002c645ce8028305df2f77be10b4b3.tar.bz2
puppet-523ab09d62002c645ce8028305df2f77be10b4b3.tar.xz
puppet-523ab09d62002c645ce8028305df2f77be10b4b3.zip
add % for group name
Diffstat (limited to 'modules')
-rw-r--r--modules/buildsystem/templates/sudoers.maintdb2
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 %>