You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #57 we saw the need to have plugins which can modify configuration without installation an additional package. Before we can implement such a plugin we need to put the package declaration in plugin.pp behind a new parameter, $install_package.
The text was updated successfully, but these errors were encountered:
So, the source of the disconnect here was that I didn't realize there will be an RPM package for the migration. Given that there will be, it shouldn't be necessary to optionally disable the package install logic in plugins at this time. I'll close this issue.
In #57 we saw the need to have plugins which can modify configuration without installation an additional package. Before we can implement such a plugin we need to put the
package
declaration in plugin.pp behind a new parameter,$install_package
.The text was updated successfully, but these errors were encountered: