countme: add .gitconfig

This gives the web-data-analysis `countme` user a .gitconfig file so the
commits it makes in its local git repo have a proper user name and
email address. (Also it makes git stop complaining..)

The email address might not actually be valid, but this repo doesn't
currently go anywhere public so it shouldn't really matter.
This commit is contained in:
Will Woods 2020-09-08 14:32:08 -04:00 committed by smooge
parent f8a5720535
commit f46768ec6b
2 changed files with 8 additions and 0 deletions

View file

@ -0,0 +1,3 @@
[user]
name = countme log-parser bot
email = countme@data-analysis.fedoraproject.org

View file

@ -104,6 +104,11 @@
tags:
- web-data
- name: install countme user gitconfig
copy: src=countme.gitconfig dest=/srv/countme/.gitconfig mode=0664 owner=countme group=countme
tags:
- web-data
- name: checkout mirrors-countme from git
git:
repo: https://pagure.io/mirrors-countme