From ebb93c795e888bba267c763e6e77d355e6f7f15d Mon Sep 17 00:00:00 2001 From: cyrilst Date: Wed, 16 Mar 2022 13:55:51 +0100 Subject: [PATCH] Repair table, fix incorrect descriptions --- docs/chapters/targeting.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/chapters/targeting.rst b/docs/chapters/targeting.rst index 680dfe18..014ccb95 100644 --- a/docs/chapters/targeting.rst +++ b/docs/chapters/targeting.rst @@ -27,7 +27,7 @@ Examples: Containers | cmd | ALL | 'sockstat -4' | execute `sockstat -4` in ALL containers (ip4 sockets) | +-----------+--------+-----+------------+-------------------------------------------------------------+ | console | mariadb02 | --- | console (shell) access to mariadb02 | -+----+------+----+---------+------------+--------------+----------------------------------------------+ ++----+------+--------+-----+------------+-------------------------------------------------------------+ | pkg | web01 | 'install nginx' | install nginx package in web01 container | +-----------+--------+------------------+-------------------------------------------------------------+ | pkg | ALL | upgrade | upgrade packages in ALL containers | @@ -39,11 +39,11 @@ Examples: Containers | template | ALL | username/base | apply `username/base` template to ALL containers | +-----------+--------+------------------+-------------------------------------------------------------+ | start | web02 | --- | start web02 container | -+-----------+--------+-----+------------+-------------------------------------------------------------+ -| cp | bastion03 | /tmp/resolv.conf-cf etc/resolv.conf | copy host-path to container-path in bastion03| +----+------+----+---+------------------+--------------+----------------------------------------------+ +| cp | bastion03 | /tmp/resolv.conf-cf etc/resolv.conf | copy host-path to container-path in bastion03| ++----+------+----+---+---------------------------------+----------------------------------------------+ | create | folsom | 12.1-RELEASE 10.17.89.10 | create 12.1 container named `folsom` with IP | -+-----------+--------+------------------+--------------+----------------------------------------------+ ++-----------+--------+---------------------------------+----------------------------------------------+ Examples: Releases @@ -60,7 +60,7 @@ Examples: Releases +-----------+--------------+--------------+-------------------------------------------------------------+ | update | 11.4-RELEASE | --- | update 11.4-RELEASE release | +-----------+--------------+--------------+-------------------------------------------------------------+ -| upgrade | 11.3-RELEASE | 11.4-RELEASE | update 11.4-RELEASE release | +| upgrade | 11.3-RELEASE | 11.4-RELEASE | upgrade 11.3-RELEASE release to 11.4-RELEASE | +-----------+--------------+--------------+-------------------------------------------------------------+ -| verify | 11.4-RELEASE | --- | update 11.4-RELEASE release | +| verify | 11.4-RELEASE | --- | verify 11.4-RELEASE release | +-----------+--------------+--------------+-------------------------------------------------------------+