Browse Source

fix(googleauth): ensure newline is preserved in `repl` of `file.replace`

tags/v0.48.8
Unilogic B.V 2 years ago
parent
commit
1dd5f32a52
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      users/googleauth.sls

+ 1
- 1
users/googleauth.sls View File

{%- if 'google_auth' in user %} {%- if 'google_auth' in user %}
{%- for svc in user['google_auth'] %} {%- for svc in user['google_auth'] %}
{%- if user.get('google_2fa', True) %} {%- 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', 'auth',
'[success=done new_authtok_reqd=done default=die]', '[success=done new_authtok_reqd=done default=die]',
'pam_google_authenticator.so', 'pam_google_authenticator.so',

Loading…
Cancel
Save