diff --git a/website/content/docs/plugins/provisioners.mdx b/website/content/docs/plugins/provisioners.mdx index cca0ceb8a..3bf3fe799 100644 --- a/website/content/docs/plugins/provisioners.mdx +++ b/website/content/docs/plugins/provisioners.mdx @@ -1,7 +1,7 @@ --- layout: docs page_title: Custom Provisioners - Plugin Development -script: |- +description: |- This page documents how to add new provisioners to Vagrant, allowing Vagrant to automatically install software and configure software using a custom provisioner. Prior to reading this, you should be familiar with the plugin