[pkgs]: remove mentions of repospanner so that playbooks will set up things without it

This commit is contained in:
Stephen Smoogen 2020-01-14 15:47:55 +00:00 committed by Pierre-Yves Chibon
parent dbdc75e762
commit ccaa519dd3
8 changed files with 3 additions and 179 deletions

View file

@ -43,11 +43,6 @@ AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT
AcceptEnv LC_IDENTIFICATION LC_ALL LANGUAGE
AcceptEnv XMODIFIERS
{% if sshd_keyhelper %}
# For repospanner/git
AuthorizedKeysCommandUser git
AuthorizedKeysCommand /usr/libexec/pagure/keyhelper.py "%u" "%h" "%t" "%f"
{% endif %}
{% if sshd_sftp %}
Subsystem sftp internal-sftp
{% endif %}