mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 17:30:00 +00:00
Merge pull request #2791 from derekwaynecarr/salt_api_missing_cherrypy
Vagrant fix - Add python-cherrypy as explicit install for salt-api
This commit is contained in:
commit
09a8efefe9
@ -150,6 +150,8 @@ EOF
|
||||
|
||||
# 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
|
||||
|
Loading…
Reference in New Issue
Block a user