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

Compatibility with vagrant-aws v0.4.0 #28

Merged
merged 2 commits into from
Sep 27, 2013
Merged

Compatibility with vagrant-aws v0.4.0 #28

merged 2 commits into from
Sep 27, 2013

Conversation

tmatilai
Copy link
Owner

Next vagrant-aws release will remove its custom TimedProvision class and use only the standard Builtin::Provision instead: mitchellh/vagrant-aws@dd17f23.

To support both old and new versions of the plugin, we check if the TimedProvision class is defined before using it.

While at it, do the same check for vagrant-omnibus plugin, just in case it also changes in the future.

vagrant-aws v0.4.0 will remove the custom TimedProvision class and use
only the standard Builtin::Provision instead. To support both old and
new versions of the plugin, we check if the TimedProvision class is
defined before using it.

While at it, do the same check for vagrant-omnibus plugin, just in case
it also changes in the future.
tmatilai added a commit that referenced this pull request Sep 27, 2013
Compatibility with vagrant-aws v0.4.0
@tmatilai tmatilai merged commit cd40dbe into master Sep 27, 2013
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

Successfully merging this pull request may close these issues.

1 participant