docs/learn/06-cmd_check.md in teuton-2.5.0 vs docs/learn/06-cmd_check.md in teuton-2.6.0
- old
+ new
@@ -12,11 +12,11 @@
| GROUP: Using file: users |
+--------------------------+
(001) target Create user get(username)
weight 1.0
run 'id get(username)' on host1
- expect get(username) (String)
+ expect ["uid=", "(get(username))", "gid="] (Array)
+----------------------------+
| GROUP: Using file: network |
+----------------------------+
(002) target Update computer name with get(hostname)
@@ -42,9 +42,6 @@
| Gets | 5 |
| * username | 3 |
| * hostname | 2 |
| Sets | 0 |
+-------------+-------+
-+----------------------+
-| Revising CONFIG file |
-+----------------------+
```