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
a49f263e
Commit
a49f263e
authored
Jul 15, 2015
by
Chris Bednarski
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2418 from zakuro9715/fix-inconsistent-spelling
Fix inconsistent spelling
parents
618d2f31
a6269671
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
9 additions
and
9 deletions
+9
-9
website/source/docs/builders/amazon-ebs.html.markdown
website/source/docs/builders/amazon-ebs.html.markdown
+1
-1
website/source/docs/builders/amazon-instance.html.markdown
website/source/docs/builders/amazon-instance.html.markdown
+1
-1
website/source/docs/builders/virtualbox-iso.html.markdown
website/source/docs/builders/virtualbox-iso.html.markdown
+1
-1
website/source/docs/builders/virtualbox-ovf.html.markdown
website/source/docs/builders/virtualbox-ovf.html.markdown
+1
-1
website/source/docs/post-processors/compress.html.markdown
website/source/docs/post-processors/compress.html.markdown
+1
-1
website/source/docs/provisioners/puppet-server.html.markdown
website/source/docs/provisioners/puppet-server.html.markdown
+1
-1
website/source/docs/templates/communicator.html.md
website/source/docs/templates/communicator.html.md
+2
-2
website/source/docs/templates/push.html.markdown
website/source/docs/templates/push.html.markdown
+1
-1
No files found.
website/source/docs/builders/amazon-ebs.html.markdown
View file @
a49f263e
...
...
@@ -158,7 +158,7 @@ AMI if one with the same name already exists. Default `false`.
generate a temporary keypair.
`ssh_private_key_file`
must be specified
with this.
*
`ssh_private_ip`
(bool) - If true, then SSH will always use the private
*
`ssh_private_ip`
(bool
ean
) - If true, then SSH will always use the private
IP if available.
*
`subnet_id`
(string) - If using VPC, the ID of the subnet, such as
...
...
website/source/docs/builders/amazon-instance.html.markdown
View file @
a49f263e
...
...
@@ -197,7 +197,7 @@ AMI if one with the same name already exists. Default `false`.
generate a temporary keypair.
`ssh_private_key_file`
must be specified
with this.
*
`ssh_private_ip`
(bool) - If true, then SSH will always use the private
*
`ssh_private_ip`
(bool
ean
) - If true, then SSH will always use the private
IP if available.
*
`subnet_id`
(string) - If using VPC, the ID of the subnet, such as
...
...
website/source/docs/builders/virtualbox-iso.html.markdown
View file @
a49f263e
...
...
@@ -199,7 +199,7 @@ can be configured for this builder.
Packer will choose a randomly available port in this range to use as the
host port.
*
`ssh_skip_nat_mapping`
(bool) - Defaults to false. When enabled, Packer does
*
`ssh_skip_nat_mapping`
(bool
ean
) - Defaults to false. When enabled, Packer does
not setup forwarded port mapping for SSH requests and uses
`ssh_port`
on the
host to communicate to the virtual machine
...
...
website/source/docs/builders/virtualbox-ovf.html.markdown
View file @
a49f263e
...
...
@@ -174,7 +174,7 @@ can be configured for this builder.
Packer will choose a randomly available port in this range to use as the
host port.
*
`ssh_skip_nat_mapping`
(bool) - Defaults to false. When enabled, Packer does
*
`ssh_skip_nat_mapping`
(bool
ean
) - Defaults to false. When enabled, Packer does
not setup forwarded port mapping for SSH requests and uses
`ssh_port`
on the
host to communicate to the virtual machine
...
...
website/source/docs/post-processors/compress.html.markdown
View file @
a49f263e
...
...
@@ -34,7 +34,7 @@ If you want more control over how the archive is created you can specify the fol
that support it, from 1 through 9 inclusive. Typically higher compression
levels take longer but produce smaller files. Defaults to
`6`
*
`keep_input_artifact`
(bool) - Keep source files; defaults to
`false`
*
`keep_input_artifact`
(bool
ean
) - Keep source files; defaults to
`false`
### Supported Formats
...
...
website/source/docs/provisioners/puppet-server.html.markdown
View file @
a49f263e
...
...
@@ -51,7 +51,7 @@ required. They are listed below:
*
`facter`
(object of key/value strings) - Additional Facter facts to make available to the
Puppet run.
*
`ignore_exit_codes`
(bool) - If true, Packer will never consider the
*
`ignore_exit_codes`
(bool
ean
) - If true, Packer will never consider the
provisioner a failure.
*
`options`
(string) - Additional command line options to pass
...
...
website/source/docs/templates/communicator.html.md
View file @
a49f263e
...
...
@@ -67,7 +67,7 @@ The SSH communicator has the following options:
*
`ssh_private_key_file`
(string) - Path to a PEM encoded private key
file to use to authentiate with SSH.
*
`ssh_pty`
(bool) - If true, a PTY will be requested for the SSH connection.
*
`ssh_pty`
(bool
ean
) - If true, a PTY will be requested for the SSH connection.
This defaults to false.
*
`ssh_timeout`
(string) - The time to wait for SSH to become available.
...
...
@@ -77,7 +77,7 @@ The SSH communicator has the following options:
*
`ssh_handshake_attempts`
(int) - The number of handshakes to attempt with
SSH once it can connect. This defaults to 10.
*
`ssh_disable_agent`
(bool) - If true, SSH agent forwarding will be disabled.
*
`ssh_disable_agent`
(bool
ean
) - If true, SSH agent forwarding will be disabled.
*
`ssh_bastion_host`
(string) - A bastion host to use for the actual
SSH connection.
...
...
website/source/docs/templates/push.html.markdown
View file @
a49f263e
...
...
@@ -59,7 +59,7 @@ each category, the available configuration keys are alphabetized.
*
`token`
(string) - An access token to use to authenticate to the build
service.
*
`vcs`
(bool) - If true, Packer will detect your VCS (if there is one)
*
`vcs`
(bool
ean
) - If true, Packer will detect your VCS (if there is one)
and only upload the files that are tracked by the VCS. This is useful
for automatically excluding ignored files. This defaults to false.
...
...
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