Skip to content

Commit

Permalink
update links (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
sylviamoss authored Oct 28, 2022
1 parent 54a995c commit 33e82fa
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

NOTE: If using an Amazon EBS builder, you can specify the interface
WinRM connects to via
[`ssh_interface`](/docs/builders/amazon-ebs#ssh_interface)
[`ssh_interface`](/packer/plugins/builders/amazon/ebs#ssh_interface)

- `winrm_no_proxy` (bool) - Setting this to `true` adds the remote
`host:port` to the `NO_PROXY` environment variable. This has the effect of
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ this setting get placed into the root directory of the floppy and the floppy
is attached as the first floppy device. The summary size of the listed files
must not exceed 1.44 MB. The supported ways to move large files into the OS
are using `http_directory` or [the file
provisioner](/docs/provisioners/file).
provisioner](/packer/plugins/provisioners/file).

<!-- End of code generated from the comments of the FloppyConfig struct in multistep/commonsteps/floppy_config.go; -->
2 changes: 1 addition & 1 deletion communicator/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ type WinRM struct {
//
// NOTE: If using an Amazon EBS builder, you can specify the interface
// WinRM connects to via
// [`ssh_interface`](/docs/builders/amazon-ebs#ssh_interface)
// [`ssh_interface`](/packer/plugins/builders/amazon/ebs#ssh_interface)
WinRMHost string `mapstructure:"winrm_host"`
// Setting this to `true` adds the remote
// `host:port` to the `NO_PROXY` environment variable. This has the effect of
Expand Down
2 changes: 1 addition & 1 deletion multistep/commonsteps/floppy_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
// is attached as the first floppy device. The summary size of the listed files
// must not exceed 1.44 MB. The supported ways to move large files into the OS
// are using `http_directory` or [the file
// provisioner](/docs/provisioners/file).
// provisioner](/packer/plugins/provisioners/file).
type FloppyConfig struct {
// A list of files to place onto a floppy disk that is attached when the VM
// is booted. Currently, no support exists for creating sub-directories on
Expand Down

0 comments on commit 33e82fa

Please sign in to comment.