File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ passed (as a ``list`` of lines) to the ``process`` handler to generate fact data
7
7
8
8
Fact classes may provide a ``default `` function that takes no arguments (except ``self ``). The return value of this function is used if an error
9
9
occurs during fact collection. Additionally, a ``requires_command `` variable can be set on the fact that specifies a command that must be available
10
- on the host to collect the fact. If this command is not present on the hos the fact will be set to the default, or empty if no ``default `` function
10
+ on the host to collect the fact. If this command is not present on the host the fact will be set to the default, or empty if no ``default `` function
11
11
is available.
12
12
13
13
Importing & Using Facts
You can’t perform that action at this time.
0 commit comments