Update types.required_plugins.go

better comments
azr_implicit_requried_plugin_2
Adrien Delorme 5 years ago
parent 53dc1eb87b
commit 46b6a21a9f

@ -137,8 +137,8 @@ func (cfg *PackerConfig) decodeImplicitRequiredPluginsBlock(k ComponentKind, blo
}[k]
if store.Has(componentName) {
// If any pre-loaded plugin defines the `happycloud-uploader` pp, skip.
// This happens for manually installed plugins, for those we know that
// they will be listed in cfg before parsing any HCL.
// This happens for manually installed plugins, as they will be listed
// in the PluginConfig before parsing any HCL.
return nil
}

Loading…
Cancel
Save