From f62463ef265a192726cc2fd16b2d627c716ffd50 Mon Sep 17 00:00:00 2001 From: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com> Date: Fri, 24 Jan 2025 14:14:46 -0800 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Brian McClain --- website/content/docs/provisioners/shell.mdx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/website/content/docs/provisioners/shell.mdx b/website/content/docs/provisioners/shell.mdx index 6049c9ef9..97ad0f379 100644 --- a/website/content/docs/provisioners/shell.mdx +++ b/website/content/docs/provisioners/shell.mdx @@ -1,7 +1,6 @@ --- description: | - The `shell` Packer provisioner provisions machines built by Packer using shell - scripts. Use the `shell` provisioner install and configure software on a machine. + The `shell` Packer provisioner runs shell scripts on the machine Packer builds. Use the `shell` provisioner to install and configure software on a machine. page_title: shell provisioner reference --- @@ -11,8 +10,7 @@ page_title: shell provisioner reference # `shell` provisioner -The `shell` Packer provisioner provisions machines built by Packer using shell -scripts. Use the `shell` provisioner install and configure software on a machine. +The `shell` Packer provisioner runs shell scripts on the machine Packer builds. Use the `shell` provisioner to install and configure software on a machine. -> **Building Windows images?** You probably want to use the [PowerShell](/packer/docs/provisioners/powershell) or [Windows