summaryrefslogtreecommitdiff
path: root/developer-guides
diff options
context:
space:
mode:
authorDoug Davis <dug@us.ibm.com>2016-05-05 13:41:49 -0700
committerDoug Davis <dug@us.ibm.com>2016-09-28 10:53:30 -0700
commit7b171dc2bbf3bb8e356af795d903056a041fa24c (patch)
treee5d431cdbbe3896901481a74bb3ba3b8b8a9f3bd /developer-guides
parent013e57360ea051fcde438e6668ab3d74144e816d (diff)
Change minion to node
Contination of #1111 I tried to keep this PR down to just a simple search-n-replace to keep things simple. I may have gone too far in some spots but its easy to roll those back if needed. I avoided renaming `contrib/mesos/pkg/minion` because there's already a `contrib/mesos/pkg/node` dir and fixing that will require a bit of work due to a circular import chain that pops up. So I'm saving that for a follow-on PR. I rolled back some of this from a previous commit because it just got to big/messy. Will follow up with additional PRs Signed-off-by: Doug Davis <dug@us.ibm.com>
Diffstat (limited to 'developer-guides')
-rwxr-xr-xdeveloper-guides/vagrant.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/developer-guides/vagrant.md b/developer-guides/vagrant.md
index fe5bc6ea..53dd0681 100755
--- a/developer-guides/vagrant.md
+++ b/developer-guides/vagrant.md
@@ -371,8 +371,8 @@ provisioned.
#### I have Vagrant up but the nodes won't validate!
-Log on to one of the nodes (`vagrant ssh node-1`) and inspect the salt minion
-log (`sudo cat /var/log/salt/minion`).
+Log on to one of the nodes (`vagrant ssh node-1`) and inspect the salt node
+log (`sudo cat /var/log/salt/node`).
#### I want to change the number of nodes!