Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
uib-ub
Drift
roller-ansible
apache
Commits
8f6c80a7
Commit
8f6c80a7
authored
Nov 19, 2020
by
Oyvind.Gjesdal
Browse files
remove erroneous test for certificate not found
parent
32d47a0c
Changes
1
Show whitespace changes
Inline
Side-by-side
templates/vhosts.conf.j2
View file @
8f6c80a7
...
...
@@ -16,7 +16,7 @@
{% if vhost.serveradmin is defined %}
ServerAdmin {{ vhost.serveradmin }}
{% endif %}
{%if vhost.ssl is undefined or
vhost.ssl != true or (vhost.ssl | bool and digicert_certificate is undefined )
%}
{%if vhost.ssl is undefined or
not vhost.ssl | bool
%}
{% if vhost.documentroot is defined %}
<Directory "{{ vhost.documentroot }}">
AllowOverride {{ vhost.allow_override | default(apache_allow_override) }}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment