diff options
Diffstat (limited to 'docs/vyos.vyos.vyos_facts_module.rst')
-rw-r--r-- | docs/vyos.vyos.vyos_facts_module.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/vyos.vyos.vyos_facts_module.rst b/docs/vyos.vyos.vyos_facts_module.rst index 83606d06..7e7d7624 100644 --- a/docs/vyos.vyos.vyos_facts_module.rst +++ b/docs/vyos.vyos.vyos_facts_module.rst @@ -79,10 +79,10 @@ Parameters </div> </td> <td> - <b>Default:</b><br/><div style="color: blue">"!config"</div> + <b>Default:</b><br/><div style="color: blue">"min"</div> </td> <td> - <div>When supplied, this argument will restrict the facts collected to a given subset. Possible values for this argument include all, default, config, and neighbors. Can specify a list of values to include a larger subset. Values can also be used with an initial <code>!</code> to specify that a specific subset should not be collected.</div> + <div>When supplied, this argument will restrict the facts collected to a given subset. Possible values for this argument include <code>all</code>, <code>default</code>, <code>config</code>, <code>neighbors</code> and <code>min</code>. Can specify a list of values to include a larger subset. Values can also be used with an initial <code>!</code> to specify that a specific subset should not be collected.</div> </td> </tr> <tr> |