docs: change frontmatter key from script to description (#13096)

This commit is contained in:
Bryce Kalow 2023-02-24 15:49:20 -06:00 committed by GitHub
parent 9caedbf080
commit 3a745bd131
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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