Fix missing install_template for Gitaly

This commit is contained in:
solidnerd 2017-07-02 19:09:24 +02:00
parent 52a048e36c
commit 435f01cc2b
No known key found for this signature in database
GPG Key ID: C300D44AB5469BE5

View File

@ -1368,6 +1368,10 @@ install_configuration_templates() {
echo "Assuming that the Registry is running behind a HTTPS enabled load balancer."
fi
fi
if [[ ${GITALY_ENABLED} == true ]]; then
install_template ${GITLAB_USER}: gitaly/config.toml ${GITLAB_GITALY_CONFIG}
fi
}
configure_gitlab() {