From 142018cff40bd9900b34ada6da8ebd1315c59193 Mon Sep 17 00:00:00 2001 From: Craig Jellick Date: Thu, 24 Sep 2015 12:27:23 -0700 Subject: [PATCH] Correct example salt config The correct parameter is cloud not cloud_provider. --- docs/admin/salt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin/salt.md b/docs/admin/salt.md index 884f01b772b..e6ee48c5fb7 100644 --- a/docs/admin/salt.md +++ b/docs/admin/salt.md @@ -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 ```