mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-11 09:40:17 -04:00
docs: rm implicit github urls from install guide
This section is redundant with the explanations given above, and can therefore be removed from the docs.
This commit is contained in:
parent
aad03ba12b
commit
35d20c25b9
1 changed files with 2 additions and 22 deletions
|
|
@ -149,8 +149,8 @@ various outputs, like error messages.
|
|||
* [`packer init`](/packer/docs/commands/init) will install plugins in the **last** directory
|
||||
in the following numbered list.
|
||||
|
||||
1. `PACKER_PLUGIN_PATH` if set will be the sole location for installing plugins. All other
|
||||
plugin directories will be ignored.
|
||||
1. `PACKER_PLUGIN_PATH` if set will be the sole location for installing plugins. All other
|
||||
plugin directories will be ignored.
|
||||
1. `PACKER_CONFIG_DIR`\plugins on Windows systems, or `PACKER_CONFIG_DIR`/plugins on all other systems.
|
||||
|
||||
* During the initialization of Packer, any plugin required in the
|
||||
|
|
@ -173,26 +173,6 @@ The SHA256SUM file will be automatically generated when a plugin is installed vi
|
|||
was installed manually into `PACKER_CONFIG_DIR/plugins/github.com/azr/happycloud/` then the file
|
||||
`PACKER_CONFIG_DIR/plugins/github.com/azr/happycloud/packer-plugin-happycloud_*_x5.0_darwin_amd64_SHA256SUM` must be generated manually as well.
|
||||
|
||||
## Implicit Github urls
|
||||
|
||||
Using the following example :
|
||||
|
||||
```hcl
|
||||
required_plugins {
|
||||
happycloud = {
|
||||
version = ">= 2.7.0"
|
||||
source = "github.com/azr/happycloud"
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
The plugin getter will look for plugins located at:
|
||||
|
||||
- github.com/azr/packer-plugin-happycloud
|
||||
|
||||
Packer will error if you set the `packer-plugin-` prefix in a `source`. This
|
||||
will avoid conflicting with other plugins for other tools, like Terraform.
|
||||
|
||||
</Tab>
|
||||
<Tab heading="Packer plugins install (recommended with legacy JSON templates)">
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue