From 1dd5f32a52b2e20b1fd58b23b260217b0144ad63 Mon Sep 17 00:00:00 2001 From: "Unilogic B.V" <31479898+unilogicbv@users.noreply.github.com> Date: Thu, 9 Jun 2022 16:11:00 +0200 Subject: [PATCH] fix(googleauth): ensure newline is preserved in `repl` of `file.replace` --- users/googleauth.sls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users/googleauth.sls b/users/googleauth.sls index 3e57ad6..03366e2 100644 --- a/users/googleauth.sls +++ b/users/googleauth.sls @@ -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',