From e763c63217831b8ec566f47d8679a1dd5a3c75e6 Mon Sep 17 00:00:00 2001 From: Mark Gurevich Date: Tue, 29 Jun 2021 15:54:24 -0400 Subject: [PATCH] Doc updates for MariaDB and mypostscript.tmpl --- docs/source/advanced/hierarchy/databases/mysql_install.rst | 4 ++-- .../common/deployment/prepostscripts/post_script.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/advanced/hierarchy/databases/mysql_install.rst b/docs/source/advanced/hierarchy/databases/mysql_install.rst index 9847bf094..4cbabed87 100644 --- a/docs/source/advanced/hierarchy/databases/mysql_install.rst +++ b/docs/source/advanced/hierarchy/databases/mysql_install.rst @@ -37,8 +37,8 @@ Red Hat Enterprise Linux * For RHEL 8, MariaDB is shipped. Using ``dnf``, ensure that the following packages are installed on the management node: :: - mariadb-server-5.* - mariadb-5.* + mariadb-server-10.* + mariadb-10.* perl-DBD-MySQL* mariadb-connector-odbc-* diff --git a/docs/source/guides/admin-guides/manage_clusters/common/deployment/prepostscripts/post_script.rst b/docs/source/guides/admin-guides/manage_clusters/common/deployment/prepostscripts/post_script.rst index 48bc9e559..9b3de233b 100644 --- a/docs/source/guides/admin-guides/manage_clusters/common/deployment/prepostscripts/post_script.rst +++ b/docs/source/guides/admin-guides/manage_clusters/common/deployment/prepostscripts/post_script.rst @@ -397,7 +397,7 @@ Kinds of variables in the template NTYPE=$NTYPE export NTYPE -**Type 2:** This is the syntax to get the value of one attribute from the ```` and its key is ``$NODE``. It does not support tables with two keys. Some of the tables with two keys are ``litefile``, ``prodkey``, ``deps``, ``monsetting``, ``mpa``, ``networks``. :: +**Type 2:** This is the syntax to get the value of one attribute from the ```` and its key is ``$NODE``. It does not support tables with two keys. Some of the tables with two keys are ``litefile``, ``prodkey``, ``deps``, ``monsetting``, ``mpa``, ``networks``. It does not support tables with key other than ``$NODE``. Some of the tables with not ``$NODE`` keys are ``passwd``, ``rack``, ``token`` :: VARNAME=#TABLE:tablename:$NODE:attribute#