Skip to content

Commit

Permalink
Actually insert those values into the template... and we need the lin…
Browse files Browse the repository at this point in the history
…e ending too.
  • Loading branch information
Aaron Hicks committed Sep 30, 2014
1 parent 776437c commit 5a929a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/vhost/_directories.erb
Original file line number Diff line number Diff line change
Expand Up @@ -197,10 +197,10 @@
<%- end -%>
<%- if @shibboleth_enabled -%>
<%- if directory['shib_require_setting'] and ! directory['shib_require_setting'].empty? -%>
ShibRequireSetting <%- directory['shib_require_setting'] -%>
ShibRequireSetting <%= directory['shib_require_setting'] %>
<%- end -%>
<%- if directory['shib_use_headers'] and ! directory['shib_use_headers'].empty? -%>
ShibUseHeaders <%- directory['shib_use_headers'] -%>
ShibUseHeaders <%= directory['shib_use_headers'] %>
<%- end -%>
<%- end -%>
<%- if directory['custom_fragment'] -%>
Expand Down

0 comments on commit 5a929a0

Please sign in to comment.