mitchellh / vagrant-aws

Use Vagrant to manage your EC2 and VPC instances.
MIT License
2.61k stars 574 forks source link

Fix vagrant-aws package error caused by pre-flight package validation move #472

Closed lawrenceong closed 8 years ago

lawrenceong commented 8 years ago

This plugin uses its own initialize for package that does not contain the definition of @fullpath. @fullpath was introduced into intialize with vagrant 1.8.4. This results in an undefined method error. This change fixes it.

Caused by https://github.com/mitchellh/vagrant/pull/7353/commits/efdb148f61879b838d3725644d78a1221d6ef5f4 Fixes https://github.com/mitchellh/vagrant-aws/issues/471