Try with more complete relative path

This commit is contained in:
Patrick Uiterwijk 2015-09-30 10:53:00 +00:00
parent 584d02cb11
commit bf62c5c735

View file

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