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

Incompatible with aws provider & likely any parallel provider #36

Open
jhoblitt opened this issue May 12, 2015 · 0 comments
Open

Incompatible with aws provider & likely any parallel provider #36

jhoblitt opened this issue May 12, 2015 · 0 comments

Comments

@jhoblitt
Copy link
Member

I don't know if it's even possible to fix this with the current plugin API; what I believe is needed is for the the config plug to run only once before additional plugins/provisioners run for each box.

$ vagrant up el6 el7 --provider=aws
==> el6: The machine is backed by a cloud provider (aws), caching
==> el6: will be disabled.
==> el7: The machine is backed by a cloud provider (aws), caching
==> el7: will be disabled.
Bringing machine 'el6' up with 'aws' provider...
Bringing machine 'el7' up with 'aws' provider...
==> el7: Installing Puppet modules in "." with Librarian-Puppet...
==> el6: Installing Puppet modules in "." with Librarian-Puppet...
==> el6: An error occurred. The error will be shown after all tasks complete.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant