aboutsummaryrefslogtreecommitdiffstats
path: root/roles/common/templates/root_gitconfig.j2
diff options
context:
space:
mode:
Diffstat (limited to 'roles/common/templates/root_gitconfig.j2')
-rw-r--r--roles/common/templates/root_gitconfig.j22
1 files changed, 2 insertions, 0 deletions
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 }}