clarify shell-local location

pull/5638/head
Megan Marsh 9 years ago
parent 52f5f2b895
commit 150bf1f6da

@ -1,8 +1,9 @@
--- ---
description: | description: |
The shell Packer provisioner provisions machines built by Packer using shell shell-local will run a shell script of your choosing on the machine where Packer
scripts. Shell provisioning is the easiest way to get software installed and is being run - in other words, it shell-local will run the shell script on your
configured on a machine. build server, or your desktop, etc., rather than the remote/guest machine being
provisioned by Packer.
layout: docs layout: docs
page_title: 'Shell (Local) - Provisioners' page_title: 'Shell (Local) - Provisioners'
sidebar_current: 'docs-provisioners-shell-local' sidebar_current: 'docs-provisioners-shell-local'
@ -12,8 +13,12 @@ sidebar_current: 'docs-provisioners-shell-local'
Type: `shell-local` Type: `shell-local`
The local shell provisioner executes a local shell script on the machine running shell-local will run a shell script of your choosing on the machine where Packer
Packer. The [remote shell](/docs/provisioners/shell.html) provisioner executes is being run - in other words, it shell-local will run the shell script on your
build server, or your desktop, etc., rather than the remote/guest machine being
provisioned by Packer.
The [remote shell](/docs/provisioners/shell.html) provisioner executes
shell scripts on a remote machine. shell scripts on a remote machine.
## Basic Example ## Basic Example

Loading…
Cancel
Save