Skip to content

Commit c3e11e4

Browse files
authored
M #-: Fix CE rhel repo setup code blocks (#3153)
1 parent 9f6d2ea commit c3e11e4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

source/installation_and_configuration/frontend_installation/opennebula_repository_configuration.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ To add OpenNebula repository, execute the following as user ``root``:
168168
**RHEL 8, 9**
169169

170170
.. prompt:: bash # auto
171-
:substitutions:
171+
:substitutions:
172172

173173
# cat << "EOT" > /etc/yum.repos.d/opennebula.repo
174174
[opennebula]
@@ -184,7 +184,7 @@ To add OpenNebula repository, execute the following as user ``root``:
184184
**AlmaLinux 8, 9**
185185

186186
.. prompt:: bash # auto
187-
:substitutions:
187+
:substitutions:
188188

189189
# cat << "EOT" > /etc/yum.repos.d/opennebula.repo
190190
[opennebula]

source/installation_and_configuration/ha/vm_ha.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ This process tries to connect to the host via SSH, synchronize the probes and st
6767

6868
The following is a an example configuration
6969

70-
.. code-block:: language
70+
.. code-block::
7171

7272
Host *
7373
ServerAliveInterval 10

0 commit comments

Comments
 (0)