Try the templates dir

This commit is contained in:
Patrick Uiterwijk 2015-09-30 10:55:03 +00:00
parent bf62c5c735
commit 0af2d897f0
3 changed files with 2 additions and 2 deletions

View file

@ -53,7 +53,7 @@ saml2 session database url=postgresql://{{ ipsilon_db_user }}:{{ ipsilon_db_pass
[saml2_data]
{% if env == 'staging' %}
{% include "roles/ipsilon/files/saml2_data_stg" %}
{% include "saml2_data_stg" %}
{% else %}
{% include "files/saml2_data" %}
{% include "saml2_data" %}
{% endif %}