mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-09 08:42:33 -04:00
UPDATE: Added a note for adding forward slash while copying files
This commit is contained in:
parent
a38a6513ef
commit
8d9f0df7ad
1 changed files with 5 additions and 0 deletions
|
|
@ -96,6 +96,11 @@ directly.
|
|||
This behavior was adopted from the standard behavior of rsync. Note that under
|
||||
the covers, rsync may or may not be used.
|
||||
|
||||
**Note:** Packer does not infer behaviors based on the guest operating system,
|
||||
as this would add unnecessary complexity and reduce maintainability. To ensure
|
||||
consistent behavior across all platforms, use a trailing forward slash when
|
||||
specifying directories, even when working with Windows guests.
|
||||
|
||||
## Uploading files that don't exist before Packer starts
|
||||
|
||||
In general, local files used as the source **must** exist before Packer is run.
|
||||
|
|
|
|||
Loading…
Reference in a new issue