Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add hook support to plugin implementation #12853

Open
chrisroberts opened this issue Aug 29, 2022 · 0 comments
Open

Add hook support to plugin implementation #12853

chrisroberts opened this issue Aug 29, 2022 · 0 comments
Milestone

Comments

@chrisroberts
Copy link
Member

chrisroberts commented Aug 29, 2022

Components need to have action hooks defined and must be accessible via plugin interface. These are defined as action hooks in the plugin documentation: https://www.vagrantup.com/docs/plugins/action-hooks

Most plugins rely on hooks to signal that they need to do something (like perform a check or execute a command at a given point in the process). The cloud command and the NFS synced folders both use hooks to perform different tasks (cloud uses it for applying auth, NFS uses it for /etc/exports cleanup). This can be considered working when these plugins can be ported fully, successfully.

@chrisroberts chrisroberts added this to the 2.4 milestone Sep 8, 2022
@chrisroberts chrisroberts modified the milestones: 2.4, 2.3, 2.3.2 Sep 22, 2022
@soapy1 soapy1 modified the milestones: 2.3.3, 2.3.6 Jan 23, 2023
@chrisroberts chrisroberts modified the milestones: 2.3.6, 2.3.7 May 17, 2023
@chrisroberts chrisroberts modified the milestones: 2.3.7, 2.3.8 Jun 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants