aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2016-04-15 15:19:25 -0400
committerbnewbold <bnewbold@robocracy.org>2016-04-15 15:19:25 -0400
commit0a0729c662fe21d203193276fd3a919b110cfdb8 (patch)
tree4ab2093eb8ae8b0de391d588e81c8d3b0a4ef735
parente03ca62d0791524cde203aaeb1d85a4a2bac7ee9 (diff)
downloadinfra-0a0729c662fe21d203193276fd3a919b110cfdb8.tar.gz
infra-0a0729c662fe21d203193276fd3a919b110cfdb8.zip
common: fix huge typo in /root/gitconfig
-rw-r--r--roles/common/templates/root_gitconfig.j22
1 files changed, 0 insertions, 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 }}