RHSSO-931: fixed code block so variables are transformed and rendered in code block

This commit is contained in:
Jen Malloy 2017-03-31 11:58:35 -04:00
parent 3c9bfa18f2
commit 9d011720a7

View file

@ -73,7 +73,7 @@ To run Hawtio on the {{book.hawtioEAPVersion}} server, complete the following st
. In the `$EAP_HOME/standalone/configuration/standalone.xml` file configure the system properties as in this example: . In the `$EAP_HOME/standalone/configuration/standalone.xml` file configure the system properties as in this example:
+ +
[source,xml] [source,xml,options="nowrap",subs="attributes+"]
---- ----
<extensions> <extensions>
... ...
@ -92,7 +92,7 @@ To run Hawtio on the {{book.hawtioEAPVersion}} server, complete the following st
. Add the Hawtio realm to the same file in the `security-domains` section: . Add the Hawtio realm to the same file in the `security-domains` section:
+ +
[source,xml] [source,xml,options="nowrap",subs="attributes+"]
---- ----
<security-domain name="hawtio" cache-type="default"> <security-domain name="hawtio" cache-type="default">
<authentication> <authentication>
@ -106,7 +106,7 @@ To run Hawtio on the {{book.hawtioEAPVersion}} server, complete the following st
. Add the `secure-deployment` section `hawtio` to the adapter subsystem. This ensures that the Hawtio WAR is able to find the JAAS login module classes. . Add the `secure-deployment` section `hawtio` to the adapter subsystem. This ensures that the Hawtio WAR is able to find the JAAS login module classes.
+ +
[source,xml] [source,xml,options="nowrap",subs="attributes+"]
---- ----
<subsystem xmlns="urn:jboss:domain:keycloak:1.1"> <subsystem xmlns="urn:jboss:domain:keycloak:1.1">
<secure-deployment name="{{book.hawtioWARVersion}}" /> <secure-deployment name="{{book.hawtioWARVersion}}" />