Added code to add /opt/salt/bin to the path

remmed out
This commit is contained in:
twangboy 2016-02-04 16:13:22 -07:00
parent 1e7468a08c
commit 6f1a8f4146

View file

@ -59,6 +59,9 @@ launchctl disable system/com.saltstack.salt.master
launchctl disable system/com.saltstack.salt.syndic
launchctl disable system/com.saltstack.salt.api
# echo "Path: Adding salt to the path..." >> /tmp/postinstall.txt
# echo "/opt/salt/bin" > /etc/paths.d/salt
echo "Post install completed successfully" >> /tmp/postinstall.txt
exit 0