Skip to content
This repository has been archived by the owner on Jan 2, 2021. It is now read-only.

Vagrant plugin vagrant-triggers not installed automatically #1

Closed
mihalski opened this issue Oct 17, 2017 · 7 comments
Closed

Vagrant plugin vagrant-triggers not installed automatically #1

mihalski opened this issue Oct 17, 2017 · 7 comments

Comments

@mihalski
Copy link

mihalski commented Oct 17, 2017

Hi,

Just thought it might be worth mentioning that the vagrant-triggers plugin is required, otherwise you get the error:

vagrant up hassio
A required vagrant plugin is missing: vagrant-triggers

After installing vagrant you have to:

vagrant plugin install vagrant-triggers

Regards,
Michal

@frenck
Copy link
Member

frenck commented Oct 17, 2017

Thanks for the suggestion @mihalski!

It is true, it requires the plugin, nevertheless, it will try to resolve that requirement by itself.
So the specific installation requirement should not be necessary.

Nevertheless, I guess there is no harm in adding it to the documentation.

@mihalski
Copy link
Author

Really? When I tried to run it without the plugin it exited after the warning:

Fortress:hassio michal$ time vagrant up hassio
A required vagrant plugin is missing: vagrant-triggers
Required plugin missing.

real	0m0.906s
user	0m0.605s
sys	0m0.116s
Fortress:hassio michal$

I was timing to see if it would take 10 minutes :) Closer to 15-20 on my crappy internet :P

@frenck
Copy link
Member

frenck commented Oct 17, 2017

Hmmm... it should. Maybe there is a bug in that logic.
Will check that asap.

I will change the labels on this issue for now...

@frenck frenck added Bug and removed Accepted labels Oct 17, 2017
@frenck
Copy link
Member

frenck commented Oct 17, 2017

Link to the code that should trigger the dependency question:

print "A required vagrant plugin is missing: vagrant-triggers\n"

@frenck frenck added the Invalid label Oct 17, 2017
@frenck
Copy link
Member

frenck commented Oct 17, 2017

Issue confirmed this is a coding error on my end.

@frenck frenck closed this as completed Oct 17, 2017
@frenck frenck removed the Invalid label Oct 17, 2017
@frenck frenck reopened this Oct 17, 2017
@frenck frenck changed the title Requirement for vagrant-triggers not documented Vagrant plugin dependency vagrant-triggers not resolved automatically Oct 17, 2017
@frenck frenck changed the title Vagrant plugin dependency vagrant-triggers not resolved automatically Vagrant plugin vagrant-triggers not installed automatically Oct 17, 2017
@frenck
Copy link
Member

frenck commented Oct 17, 2017

@mihalski This issue is fixed in the current master branch, thus a fix will be included in the next release.

@frenck frenck closed this as completed Oct 17, 2017
@addons-assistant
Copy link

This thread has been automatically locked because it has not had recent activity. Please open a new issue for related bugs and link to relevant comments in this thread.

@addons-assistant addons-assistant bot locked as resolved and limited conversation to collaborators May 7, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants