diff options
author | bnewbold <bnewbold@robocracy.org> | 2016-11-12 19:50:03 -0800 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2016-11-12 19:50:03 -0800 |
commit | 00c4ad188c1b7c419d08fcfe3375d523af146518 (patch) | |
tree | 90b6abeb9163bbbfc49d1d95b1c882100749b38a /roles | |
parent | 4559c7ad7172e6d42a51666f7f498e3d334f1036 (diff) | |
download | infra-00c4ad188c1b7c419d08fcfe3375d523af146518.tar.gz infra-00c4ad188c1b7c419d08fcfe3375d523af146518.zip |
add missing root_gitconfig template
Diffstat (limited to 'roles')
-rw-r--r-- | roles/common/templates/root_gitconfig.j2 | 2 |
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 }} |