From 258ce7733c5b5795b3d96fa9c7cfdb444eb7fa30 Mon Sep 17 00:00:00 2001 From: Brian Cain Date: Wed, 28 Aug 2019 16:09:02 -0700 Subject: [PATCH] Remove todo note from docs --- website/source/docs/provisioning/basic_usage.html.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/website/source/docs/provisioning/basic_usage.html.md b/website/source/docs/provisioning/basic_usage.html.md index 724e8805f..c514b7663 100644 --- a/website/source/docs/provisioning/basic_usage.html.md +++ b/website/source/docs/provisioning/basic_usage.html.md @@ -268,8 +268,6 @@ run before or after a _Root Provisioner_, which does not have the `before` or Dependency provisioners also have two valid shortcuts: `:each` and `:all`. -**TODO: Add good real example here** - **Note**: As of 2.2.6, dependency provisioners cannot rely on other dependency provisioners and is considered a configuration state error in Vagrant. If you must order dependency provisioners, you can still order them by the order they are defined