From b0be6aa4226d2c011625c8b25abd35eb4a700383 Mon Sep 17 00:00:00 2001 From: cstarke Date: Fri, 21 Sep 2018 11:41:02 +0200 Subject: [PATCH] Add documentation for prlctl and prlsrvctl binary requirement --- salt/modules/parallels.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/salt/modules/parallels.py b/salt/modules/parallels.py index 6e87b24dc6..ce25890328 100644 --- a/salt/modules/parallels.py +++ b/salt/modules/parallels.py @@ -6,6 +6,9 @@ not all of the options may have been provided yet. For a complete reference, see the `Parallels Desktop Reference Guide `_. +This module requires the prlctl binary to be installed to run most functions. +To run parallels.prlsrvctl, the prlsrvctl binary is required. + What has not been implemented yet can be accessed through ``parallels.prlctl`` and ``parallels.prlsrvctl`` (note the preceding double dash ``--`` as necessary):