mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Revert to not hardcoding python version in cloud deploy path
This commit is contained in:
parent
6b922be29e
commit
79c808623e
1 changed files with 3 additions and 1 deletions
|
@ -37,7 +37,9 @@ def pkg_paths_salt_user():
|
|||
return [
|
||||
"/etc/salt/cloud.deploy.d",
|
||||
"/var/log/salt/cloud",
|
||||
"/opt/saltstack/salt/lib/python3.10/site-packages/salt/cloud/deploy",
|
||||
"/opt/saltstack/salt/lib/python{}.{}/site-packages/salt/cloud/deploy".format(
|
||||
*sys.version_info
|
||||
),
|
||||
"/etc/salt/pki/master",
|
||||
"/etc/salt/master.d",
|
||||
"/var/log/salt/master",
|
||||
|
|
Loading…
Add table
Reference in a new issue