sous-chefs/vagrant

NoMethodError: undefined method `installed_version=' for LWRP resource vagrant_plugin from cookbook vagrant

Closed this issue · 4 comments

Hi,

I get the error
NoMethodError: undefined methodinstalled_version=' for LWRP resource vagrant_plugin from cookbook vagrant`
after updating the cookbook.
Offending line is this:
https://github.com/jtimberman/vagrant-cookbook/blob/master/providers/plugin.rb#L16

If I comment it out, it works. Unfortunately, I don't understand what the line was meant to do in the first place. In previous versions, it appears to be a variable that isn't used anywhere, and in the current version it looks like it gets overwritten in the next line.

Problem appears to be from this commit: cbecfaa

Looks like some kind of merge error between a commit of @jtimberman and a commit of mine.

I'm seeing the same issue in version 0.3.1

tya commented

+1

lock commented

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.