diff --git a/roles/git/client/templates/git.csh.j2 b/roles/git/client/templates/git.csh.j2 index fe769c5..4131262 100644 --- a/roles/git/client/templates/git.csh.j2 +++ b/roles/git/client/templates/git.csh.j2 @@ -2,5 +2,5 @@ if ( "`git config user.name`" == "" ) then git config --global user.name "`getent passwd '${USER}' | cut -d : -f 5`" endif if ( "`git config user.email`" == "" ) then - git config --global user.email "${USER}@foo.sh" + git config --global user.email "${USER}@{{ mail_domain }}" endif