From 00c4ad188c1b7c419d08fcfe3375d523af146518 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Sat, 12 Nov 2016 19:50:03 -0800 Subject: add missing root_gitconfig template --- roles/common/templates/root_gitconfig.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/common/templates/root_gitconfig.j2 b/roles/common/templates/root_gitconfig.j2 index eeb8a44..90c7151 100644 --- a/roles/common/templates/root_gitconfig.j2 +++ b/roles/common/templates/root_gitconfig.j2 @@ -1,3 +1,5 @@ + git config --global user.name "Your Name" + git config --global user.email you@example.com [user] name = root email = root@{{ hostname_fqdn }} -- cgit v1.2.3