Skip to content

Commit

Permalink
M #-: Fix CE rhel repo setup code blocks (OpenNebula#3153)
Browse files Browse the repository at this point in the history
  • Loading branch information
dann1 authored Jan 16, 2025
1 parent 9f6d2ea commit c3e11e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ To add OpenNebula repository, execute the following as user ``root``:
**RHEL 8, 9**

.. prompt:: bash # auto
:substitutions:
:substitutions:

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

.. prompt:: bash # auto
:substitutions:
:substitutions:

# cat << "EOT" > /etc/yum.repos.d/opennebula.repo
[opennebula]
Expand Down
2 changes: 1 addition & 1 deletion source/installation_and_configuration/ha/vm_ha.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ This process tries to connect to the host via SSH, synchronize the probes and st

The following is a an example configuration

.. code-block:: language
.. code-block::
Host *
ServerAliveInterval 10
Expand Down

0 comments on commit c3e11e4

Please sign in to comment.