From ee27bc51552d31121cc7fe571e5eca684c87f993 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sat, 28 Feb 2015 22:43:23 +0000 Subject: [PATCH] environment is a reserved word in ansible, we use env. --- roles/totpcgi/templates/provisioning.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/totpcgi/templates/provisioning.conf.j2 b/roles/totpcgi/templates/provisioning.conf.j2 index ae963bc632..ae2f4e7ddf 100644 --- a/roles/totpcgi/templates/provisioning.conf.j2 +++ b/roles/totpcgi/templates/provisioning.conf.j2 @@ -23,7 +23,7 @@ scratch_tokens_n = 5 # This identifies the token in the Google Authenticator application. It comes # very handy when users have more than one token, so set this to something # descriptive of your environment. -{% if environment == "staging" %} +{% if env == "staging" %} totp_user_mask = $username@stg.fedoraproject.org {% else %} totp_user_mask = $username@fedoraproject.org