aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2016-11-12 19:50:03 -0800
committerbnewbold <bnewbold@robocracy.org>2016-11-12 19:50:03 -0800
commit00c4ad188c1b7c419d08fcfe3375d523af146518 (patch)
tree90b6abeb9163bbbfc49d1d95b1c882100749b38a
parent4559c7ad7172e6d42a51666f7f498e3d334f1036 (diff)
downloadinfra-00c4ad188c1b7c419d08fcfe3375d523af146518.tar.gz
infra-00c4ad188c1b7c419d08fcfe3375d523af146518.zip
add missing root_gitconfig template
-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 }}