Commit 142018cf authored by Craig Jellick's avatar Craig Jellick

Correct example salt config

The correct parameter is cloud not cloud_provider.
parent 0662141f
......@@ -82,7 +82,7 @@ An example file is presented below using the Vagrant based environment.
[root@kubernetes-master] $ cat /etc/salt/minion.d/grains.conf
grains:
etcd_servers: $MASTER_IP
cloud_provider: vagrant
cloud: vagrant
roles:
- kubernetes-master
```
......
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