Commit 09a8efef authored by Joe Beda's avatar Joe Beda

Merge pull request #2791 from derekwaynecarr/salt_api_missing_cherrypy

Vagrant fix - Add python-cherrypy as explicit install for salt-api
parents fb4fadb4 aacf2c27
......@@ -149,7 +149,9 @@ EOF
curl -sS -L --connect-timeout 20 --retry 6 --retry-delay 10 https://bootstrap.saltstack.com | sh -s -- -M -N
# Install salt-api
#
#
# This is used to provide the network transport for salt-api
yum install -y python-cherrypy
# This is used to inform the cloud provider used in the vagrant cluster
yum install -y salt-api
# Set log level to a level higher than "info" to prevent the message about
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment