I am trying to install a salt-minion on a PhotonOS Vm using the bootsrap script.
When I do this I get the following logs:
* INFO: Running version: 2022.10.04
* INFO: Executed by: -
* INFO: Command line: '/usr/local/bin/install-salt.sh -P -x python3'
* INFO: System Information:
* INFO: CPU: GenuineIntel
* INFO: CPU Arch: x86_64
* INFO: OS Name: Linux
* INFO: OS Version: 4.4.302-1.ph1
* INFO: Distribution: "VMware Photon" 1.0
* INFO: Installing minion
* INFO: Found function config_salt
* INFO: Found function preseed_master
* INFO: Found function daemons_running
* ERROR: No dependencies installation function found. Exiting...
Does anybody know what causes this issue?
Thanks