mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
5 lines
151 B
Text
5 lines
151 B
Text
case "$1" in
|
|
configure)
|
|
chown -R salt:salt /etc/salt/cloud.deploy.d /opt/saltstack/salt/lib/python3.10/site-packages/salt/cloud/deploy
|
|
;;
|
|
esac
|