From 0a0729c662fe21d203193276fd3a919b110cfdb8 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Fri, 15 Apr 2016 15:19:25 -0400 Subject: common: fix huge typo in /root/gitconfig --- roles/common/templates/root_gitconfig.j2 | 2 -- 1 file changed, 2 deletions(-) diff --git a/roles/common/templates/root_gitconfig.j2 b/roles/common/templates/root_gitconfig.j2 index 90c7151..eeb8a44 100644 --- a/roles/common/templates/root_gitconfig.j2 +++ b/roles/common/templates/root_gitconfig.j2 @@ -1,5 +1,3 @@ - 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