-
Notifications
You must be signed in to change notification settings - Fork 189
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
Vagrant 2.1.4 breaks require
, replace with load
#371
Comments
Based on the formatting of the snippet, the indentation is off which means YAML won't see the key in the right place.
Please try checking the indentation first, if that's still a problem we can investigate. Also, |
@cheeseplus: there is no issue with
|
I'm not sure when it came to be that |
@cheeseplus: |
I will when it's not a holiday weekend. |
This seems like a change of behaviour in upstream Vagrant, I haven't found any specific notes or commits related to the issue but we can change the key as needed if it works with older versions as well. |
@cheeseplus: thank you for the reply. sadly, i cannot test it with old vagrant versions to check for backward compatibility. what do you advise? |
Confirmed the existing code works fine with Vagrant 2.1.2 Also confirmed that changing it to |
@cheeseplus: thank you for the confirmation. will you push the code change to fix it? |
Further testing needs to happen to ensure that I don't break earlier versions by changing to |
i would like to assist in pushing it. this is how i thought of doing it... :) |
FWIW I've verified this behavior as well, and have "solved" by downgrading to Vagrant 2.1.2. I would like to see |
i completed the tests against all vagrant version but i do not know whether it is enough... |
require
, replace with load
Signed-off-by: Seth Thomas <[email protected]>
Signed-off-by: Seth Thomas <[email protected]>
i see the merge of the pull request, but a new version has yet have been published to rubygems. |
I have a few other fixes that I am attempting to get in prior to release, if you desperately need this you can modify your local install files in the case of ChefDK or install the gem from source. |
@cheeseplus: thank you. why won't push incrementally? |
Because there are other fixes that should go in with the release. It's been 6 hours since I merged this change - please be patient. |
1.3.4 has been released to RubyGems |
Signed-off-by: Seth Thomas <[email protected]>
i am using
vagrantfiles
as followswhen i execute
kitchen converge
,vagrant-disksize
is not invoked.i used the flowing command to launch
vagrant
directly with theVagrantfile
generated bykitchen
.but again,
vagrant-diskzie
was not invoked.i modified the
Vagrantfile
generated bykitchen
, and replacedrequire
withload
and thenvagrant-disksize
was invoked.some more technical information
shall i file a bug?
can someone confirm this issue?
The text was updated successfully, but these errors were encountered: