mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-13 10:40:05 -04:00
insert URL to GoLang API for os.TempDir()
This commit is contained in:
parent
54add38d1d
commit
852113ed07
1 changed files with 3 additions and 3 deletions
|
|
@ -44,8 +44,8 @@ each can be found below:
|
|||
|
||||
- `PACKER_TMP_DIR` - The directory used for temporary files during marshalling.
|
||||
If unset, resolves to (unix: `$HOME/.packer.d`, windows: `%USERPROFILE%/packer.d`)
|
||||
or finally appending 'packer' to the value of os.TempDir() typically
|
||||
(unix: `/tmp`, windows: `%TEMP%` or `%LOCALAPPDATA%`).
|
||||
or finally appending 'packer' to the value of [os.TempDir()](https://golang.org/pkg/os/#TempDir)
|
||||
typically (unix: `/tmp`, windows: `%TEMP%` or `%LOCALAPPDATA%`).
|
||||
This is not to be confused with the provision target's temporary directory which
|
||||
is often hard-coded as `/tmp` or `%SYSTEMROOT%/Temp` per Provisioner module or
|
||||
is often hard-coded as `/tmp` or `%SYSTEMROOT%/Temp` in Provisioner modules or
|
||||
user-supplied template.
|
||||
|
|
|
|||
Loading…
Reference in a new issue