Description: Use helper from libexec directory
Author: Valentin Vidic <vvidic@debian.org>
Last-Update: 2023-04-23
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/agents/vmware/fence_vmware.py
+++ b/agents/vmware/fence_vmware.py
@@ -41,7 +41,7 @@
 VMRUN_MINIMUM_REQUIRED_VERSION = 2
 
 # Default path to vmhelper command
-VMHELPER_COMMAND = "fence_vmware_helper"
+VMHELPER_COMMAND = "/usr/libexec/fence-agents/fence_vmware_helper"
 # Default path to vmrun command
 VMRUN_COMMAND = "/usr/bin/vmrun"
 # Default type of vmware
