rgl / packer-plugin-windows-update

Packer plugin for installing Windows updates
Mozilla Public License 2.0
299 stars 71 forks source link

[Question] name "windows-update" vs "packer-plugin-windows-update" #109

Closed smerle33 closed 2 years ago

smerle33 commented 2 years ago

Hi, Is there any reason not to use packer-plugin-windows-update as a path ?

windows-update = { version = "0.14.0" source = "github.com/rgl/windows-update" }

vs

windows-update = { version = "0.14.0" source = "github.com/rgl/packer-plugin-windows-update" }

as https://github.com/rgl/windows-update bring a 404 ....

Thanks for my understanding ! Stéphane

rgl commented 2 years ago

To be compatible with packer init it has to be named like that. Have a look at https://www.packer.io/docs/commands/init.