From aeffd7045470b4ccd7d44d31f1e0821208037c14 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Fri, 26 Sep 2014 21:17:19 +0000 Subject: [PATCH] FedOAuth 3.1.0 has a global template dir --- roles/fedoauth/templates/fedoauth.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/fedoauth/templates/fedoauth.cfg b/roles/fedoauth/templates/fedoauth.cfg index 557891ff3b..8970fdf32f 100644 --- a/roles/fedoauth/templates/fedoauth.cfg +++ b/roles/fedoauth/templates/fedoauth.cfg @@ -11,6 +11,7 @@ SQLALCHEMY_DATABASE_URI="postgresql://{{ fedoauth_db_user }}:{{ fedoauth_db_pass GLOBAL = {'reverse_proxied': True, 'cookies_secure': True, 'transactions_timeout': 5, + 'global_template_dir': '/usr/share/fedoauth/templates/global/', 'template_dir': '/usr/share/fedoauth/templates/fedora/', 'logging_config_location': '/etc/fedoauth/fedoauth.log.cfg', 'secret_key': '{{ fedoauth_secret_key }}',