aboutsummaryrefslogtreecommitdiffstats
path: root/roles/common/templates/root_gitconfig.j2
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2016-04-09 22:44:28 -0400
committerbnewbold <bnewbold@robocracy.org>2016-04-09 22:44:31 -0400
commit714f726bb31f4bad12b71846d2ee0b03ccf67f3a (patch)
treea077bc54f49839e69d2fab7fcd760157688555f2 /roles/common/templates/root_gitconfig.j2
parente9084254447d25480fac3818d042175d716db48f (diff)
downloadinfra-714f726bb31f4bad12b71846d2ee0b03ccf67f3a.tar.gz
infra-714f726bb31f4bad12b71846d2ee0b03ccf67f3a.zip
common: small changes
- add tree and linux-util - rename "extras" to "extrapkg" - add a gitconfig for root (for etckeeper)
Diffstat (limited to 'roles/common/templates/root_gitconfig.j2')
-rw-r--r--roles/common/templates/root_gitconfig.j25
1 files changed, 5 insertions, 0 deletions
diff --git a/roles/common/templates/root_gitconfig.j2 b/roles/common/templates/root_gitconfig.j2
new file mode 100644
index 0000000..90c7151
--- /dev/null
+++ b/roles/common/templates/root_gitconfig.j2
@@ -0,0 +1,5 @@
+ git config --global user.name "Your Name"
+ git config --global user.email you@example.com
+[user]
+ name = root
+ email = root@{{ hostname_fqdn }}