From 714f726bb31f4bad12b71846d2ee0b03ccf67f3a Mon Sep 17 00:00:00 2001 From: bnewbold Date: Sat, 9 Apr 2016 22:44:28 -0400 Subject: common: small changes - add tree and linux-util - rename "extras" to "extrapkg" - add a gitconfig for root (for etckeeper) --- roles/common/templates/root_gitconfig.j2 | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 roles/common/templates/root_gitconfig.j2 (limited to 'roles/common/templates') 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 }} -- cgit v1.2.3