Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
packer
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kristopher Ruzic
packer
Commits
2fe54acd
Commit
2fe54acd
authored
Aug 14, 2013
by
Pierre Ozoux
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
typo in the link
parent
0ba17a1a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
website/source/docs/provisioners/shell.html.markdown
website/source/docs/provisioners/shell.html.markdown
+1
-2
No files found.
website/source/docs/provisioners/shell.html.markdown
View file @
2fe54acd
...
@@ -53,8 +53,7 @@ Optional parameters:
...
@@ -53,8 +53,7 @@ Optional parameters:
*
`execute_command`
(string) - The command to use to execute the script.
*
`execute_command`
(string) - The command to use to execute the script.
By default this is
`chmod +x {{ .Path }}; {{ .Vars }} {{ .Path }}`
. The value of this is
By default this is
`chmod +x {{ .Path }}; {{ .Vars }} {{ .Path }}`
. The value of this is
treated as
[
configuration template
](
/docs/templates/configuration-
treated as
[
configuration template
](
/docs/templates/configuration-templates.html
)
. There are two available variables:
`Path`
, which is
templates.html). There are two available variables:
`Path`
, which is
the path to the script to run, and
`Vars`
, which is the list of
the path to the script to run, and
`Vars`
, which is the list of
`environment_vars`
, if configured.
`environment_vars`
, if configured.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment