hashicorp / packer-plugin-sdk

Packer Plugin SDK enables building Packer plugins (builders, provisioners, or post-processors) to manage any service providers or custom in-house solutions
Mozilla Public License 2.0
32 stars 44 forks source link

Download plugins to ~/.local/share/packer instead of ~/.config/packer #219

Open heroin-moose opened 7 months ago

heroin-moose commented 7 months ago

Community Note

Description

Currently packer init downloads plugins to ~/.config/packer. However, this directory is intended for configuration files, not platform-specific executables as per XDG Base Directory Specification. Please consider using ~/.local/share/packer for this.