0
0
mirror of https://github.com/saltstack-formulas/users-formula.git synced 2025-04-03 02:32:51 +02:00

googleauth: newline was being eaten

This commit is contained in:
Pascal de Bruijn 2022-06-09 14:33:24 +02:00
parent 8dce714dcd
commit b15acc310d

@ -19,7 +19,7 @@ users_{{ users.googleauth_dir }}:
{%- if 'google_auth' in user %}
{%- for svc in user['google_auth'] %}
{%- if user.get('google_2fa', True) %}
{%- set repl = '{0} {1} {2} {3} {4}{5}/{6}_{7} {8}\n{9}'.format(
{%- set repl = '{0} {1} {2} {3} {4}{5}/{6}_{7} {8}\\n{9}'.format(
'auth',
'[success=done new_authtok_reqd=done default=die]',
'pam_google_authenticator.so',