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
16be4ed6
Commit
16be4ed6
authored
Jul 05, 2013
by
Mitchell Hashimoto
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #143 from priteau/master
website: Fix some typos and an error in the website documentation
parents
553800b3
5e3c3ada
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
6 deletions
+6
-6
website/source/docs/builders/digitalocean.html.markdown
website/source/docs/builders/digitalocean.html.markdown
+1
-1
website/source/docs/command-line/build.html.markdown
website/source/docs/command-line/build.html.markdown
+1
-1
website/source/docs/extend/plugins.html.markdown
website/source/docs/extend/plugins.html.markdown
+1
-1
website/source/docs/templates/post-processors.html.markdown
website/source/docs/templates/post-processors.html.markdown
+2
-2
website/source/docs/templates/provisioners.html.markdown
website/source/docs/templates/provisioners.html.markdown
+1
-1
No files found.
website/source/docs/builders/digitalocean.html.markdown
View file @
16be4ed6
...
@@ -89,7 +89,7 @@ the prior linked page for information on syntax if you're unfamiliar with it.
...
@@ -89,7 +89,7 @@ the prior linked page for information on syntax if you're unfamiliar with it.
The available variables are shown below:
The available variables are shown below:
*
`CreateTime`
- This will be replaced with the Unix timestamp of when the
*
`CreateTime`
- This will be replaced with the Unix timestamp of when the
image is created.
image is created.
## Finding Image, Region, and Size IDs
## Finding Image, Region, and Size IDs
...
...
website/source/docs/command-line/build.html.markdown
View file @
16be4ed6
...
@@ -14,7 +14,7 @@ artifacts that are created will be outputted at the end of the build.
...
@@ -14,7 +14,7 @@ artifacts that are created will be outputted at the end of the build.
*
`-debug`
- Disables parallelization and enables debug mode. Debug mode flags
*
`-debug`
- Disables parallelization and enables debug mode. Debug mode flags
the builders that they should output debugging information. The exact behavior
the builders that they should output debugging information. The exact behavior
of debug mode is left to the builder. In general, builders usually will stop
of debug mode is left to the builder. In general, builders usually will stop
between each step, waiting keyboard input before continuing. This will allow
between each step, waiting
for
keyboard input before continuing. This will allow
the user to inspect state and so on.
the user to inspect state and so on.
*
`-except=foo,bar,baz`
- Builds all the builds except those with the given
*
`-except=foo,bar,baz`
- Builds all the builds except those with the given
...
...
website/source/docs/extend/plugins.html.markdown
View file @
16be4ed6
...
@@ -8,7 +8,7 @@ Plugins allow new functionality to be added to Packer without
...
@@ -8,7 +8,7 @@ Plugins allow new functionality to be added to Packer without
modifying the core source code. Packer plugins are able to add new
modifying the core source code. Packer plugins are able to add new
commands, builders, provisioners, hooks, and more. In fact, much of Packer
commands, builders, provisioners, hooks, and more. In fact, much of Packer
itself is implemented by writing plugins that are simply distributed with
itself is implemented by writing plugins that are simply distributed with
the
Packer. For example, all the commands, builders, provisioners, and more
Packer. For example, all the commands, builders, provisioners, and more
that ship with Packer are implemented as Plugins that are simply hardcoded
that ship with Packer are implemented as Plugins that are simply hardcoded
to load with Packer.
to load with Packer.
...
...
website/source/docs/templates/post-processors.html.markdown
View file @
16be4ed6
...
@@ -72,7 +72,7 @@ A **sequence definition** is a JSON array comprised of other **simple** or
...
@@ -72,7 +72,7 @@ A **sequence definition** is a JSON array comprised of other **simple** or
**detailed**
definitions. The post-processors defined in the array are run
**detailed**
definitions. The post-processors defined in the array are run
in order, with the artifact of each feeding into the next, and any intermediary
in order, with the artifact of each feeding into the next, and any intermediary
artifacts being discarded. A sequence definition may not contain another
artifacts being discarded. A sequence definition may not contain another
sequence definition. Sequnce definitions are used to chain together multiple
sequence definition. Sequ
e
nce definitions are used to chain together multiple
post-processors. An example is shown below, where the artifact of a build is
post-processors. An example is shown below, where the artifact of a build is
compressed then uploaded, but the compressed result is not kept.
compressed then uploaded, but the compressed result is not kept.
...
@@ -93,7 +93,7 @@ are simply shortcuts for a **sequence** definition of only one element.
...
@@ -93,7 +93,7 @@ are simply shortcuts for a **sequence** definition of only one element.
## Input Artifacts
## Input Artifacts
When using post-processors, the input artifact (coming from a builder or
When using post-processors, the input artifact (coming from a builder or
another post-proc
c
essor) is discarded by default after the post-processor runs.
another post-processor) is discarded by default after the post-processor runs.
This is because generally, you don't want the intermediary artifacts on the
This is because generally, you don't want the intermediary artifacts on the
way to the final artifact created.
way to the final artifact created.
...
...
website/source/docs/templates/provisioners.html.markdown
View file @
16be4ed6
...
@@ -39,7 +39,7 @@ the `type` key. This key specifies the name of the provisioner to use.
...
@@ -39,7 +39,7 @@ the `type` key. This key specifies the name of the provisioner to use.
Additional keys within the object are used to configure the provisioner,
Additional keys within the object are used to configure the provisioner,
with the exception of a handful of special keys, covered later.
with the exception of a handful of special keys, covered later.
As an example, the "shell" provisioner requires a
t least the
`script`
key,
As an example, the "shell" provisioner requires a
key such as
`script`
which specifies a path to a shell script to execute within the machines
which specifies a path to a shell script to execute within the machines
being created.
being created.
...
...
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