Skip to content

Commit cdd8ec0

Browse files
committed
improved vyos_config smart diffing documentation
1 parent e988518 commit cdd8ec0

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

plugins/modules/vyos_config.py

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,10 @@
6262
matched against the active config and the deltas are loaded line by line.
6363
If the C(match) argument is set to C(none) the active configuration is ignored
6464
and the configuration is always loaded. If the C(match) argument is set to
65-
C(smart) both the active configuration and the target configuration are simlulated
66-
and the results compared to bring the target device into a reliable and
67-
reproducable state. Using C(smart), the special value C(...) indicates that
68-
this keys value should not be changed and any preexisting siblings should not
69-
be removed from the target.
65+
C(smart) the active configuration and the target configuration are compared
66+
and differences are added to or removed from the target. Using C(smart), the
67+
special value C(...) indicates that this value should not be changed and its
68+
siblings should not be removed from the target.
7069
type: str
7170
default: line
7271
choices:

0 commit comments

Comments
 (0)