diff options
author | Michael Scherer <misc@mageia.org> | 2010-11-24 01:21:09 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2010-11-24 01:21:09 +0000 |
commit | 3c46cbad25508b1175ea226ef07564831ae0f5cf (patch) | |
tree | a7c233f494ed22d1c3451119fec6cb77998c3411 /modules/pam/templates | |
parent | 0419bb8de5b99e20dd1f7d300646875e77bd52a2 (diff) | |
download | puppet-3c46cbad25508b1175ea226ef07564831ae0f5cf.tar puppet-3c46cbad25508b1175ea226ef07564831ae0f5cf.tar.gz puppet-3c46cbad25508b1175ea226ef07564831ae0f5cf.tar.bz2 puppet-3c46cbad25508b1175ea226ef07564831ae0f5cf.tar.xz puppet-3c46cbad25508b1175ea226ef07564831ae0f5cf.zip |
remove empty line from the result file ( <% vs <%- )
Diffstat (limited to 'modules/pam/templates')
-rw-r--r-- | modules/pam/templates/system-auth | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/pam/templates/system-auth b/modules/pam/templates/system-auth index b98dd362..6f4074bc 100644 --- a/modules/pam/templates/system-auth +++ b/modules/pam/templates/system-auth @@ -5,12 +5,12 @@ auth required pam_env.so auth [abort=ignore success=done new_authtok_reqd=done default=ignore] pam_tcb.so shadow fork nullok prefix=$2a$ count=8 auth sufficient pam_unix.so likeauth nullok try_first_pass auth sufficient pam_ldap.so use_first_pass -<% if access_class = 'admin' %> +<%- if access_class = 'admin' -%> auth required pam_wheel.so group=mga-sysadmin -<% end %> -<% if access_class = 'commiters' %> +<%- end -%> +<%- if access_class = 'commiters' -%> auth required pam_wheel.so group=mga-commiters -<% end %> +<%- end -%> auth required pam_deny.so |