From 6b2db8cf2a880ca3073fab7db6a2cd9afbe6154a Mon Sep 17 00:00:00 2001 From: Chris Roberts Date: Thu, 8 Dec 2016 13:33:03 -0800 Subject: [PATCH] Add note about vagrant-salt plugin --- website/source/docs/provisioning/salt.html.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website/source/docs/provisioning/salt.html.md b/website/source/docs/provisioning/salt.html.md index 36416936c..c762aa66c 100644 --- a/website/source/docs/provisioning/salt.html.md +++ b/website/source/docs/provisioning/salt.html.md @@ -18,6 +18,9 @@ that describes the current state a machine should be in, e.g. what packages should be installed, which services are running, and the contents of arbitrary files. +_NOTE: The Salt provisioner is builtin to Vagrant. If the `vagrant-salt` +plugin is installed, it should be uninstalled to ensure expected behavior._ + ## Masterless Quickstart What follows is a basic Vagrantfile that will get salt working