diff options
-rw-r--r-- | REFERENCE.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/REFERENCE.md b/REFERENCE.md index 0de43bc..bd608cb 100644 --- a/REFERENCE.md +++ b/REFERENCE.md @@ -258,6 +258,14 @@ Optional parameters that will be passed to the protocol (for example to match sp Default value: `undef` +##### `interface` + +Data type: `Optional[String[1]]` + +an Optional interface where this rule should be applied + +Default value: `undef` + ##### `ensure` Data type: `Enum['absent','present']` |