mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
6 lines
290 B
Text
6 lines
290 B
Text
case "$1" in
|
|
configure)
|
|
PY_VER=$(/opt/saltstack/salt/bin/python3 -c "import sys; sys.stdout.write('{}.{}'.format(*sys.version_info)); sys.stdout.flush;")
|
|
chown -R salt:salt /etc/salt/cloud.deploy.d /opt/saltstack/salt/lib/python${PY_VER}/site-packages/salt/cloud/deploy
|
|
;;
|
|
esac
|