This commit is contained in:
Bill Burke 2016-04-20 18:01:07 -04:00
parent 5862beacef
commit 31ddcd6c4d
3 changed files with 3 additions and 21 deletions

View file

@ -7,10 +7,10 @@
. link:topics/overview.adoc[Overview]
. link:topics/installation.adoc[Installation]
.. link:topics/installation/system-requirements.adoc[System Requirements]
{% if community %}
{% if book.community %}
.. link:topics/installation/distribution-files-community.adoc[Installing Distribution Files]
{% endif %}
{% if product %}
{% if book.product %}
.. link:topics/installation/distribution-files-product.adoc[Installing Distribution Files]
{% endif %}
.. link:topics/openshift.adoc[Installing on OpenShift]

View file

@ -10,4 +10,4 @@ These are the requirements to run the {{book.project.name}} authentication serve
* At least 1G of diskspace
{{book.project.name}} can be clustered without multicast, but this requires a bunch of configuration changes. Please see
the <<fake/../clustering.adoc#,clustering>> section of this guide for more information.
the <<fake/../../clustering.adoc#,clustering>> section of this guide for more information.

View file

@ -18,21 +18,3 @@ Let's pretend to have an extremely long line that does not fit
This one is short
----
{% if community %}
community set
{% else %}
community VARIABLE NOT SET
{% endif %}
{% if book.community %}
book.community set
{% else %}
book.community VARIABLE NOT SET
{% endif %}
{% if product %}
PRODUCT!
{% else %}
product VARIABLE NOT SET
{% endif %}