Page MenuHomePhabricator

Vagrant 2.0.3 errors
Closed, ResolvedPublic

Description

Just upgraded to 2.0.3..

There was an error loading a Vagrantfile. The file being loaded
and the error message are shown below. This is usually caused by
a syntax error.

Path: /Users/reedy/vagrant/Vagrantfile
Line number: 53
Message: RuntimeError: can't modify frozen String

Line 53 is...

Vagrant::DEFAULT_SERVER_URL.replace('https://vagrantcloud.com')

Details

Related Changes in Gerrit:

Event Timeline

Seems we either need some form of version check, or checking if the string is 'frozen' before doing the replace

Change 420924 merged by jenkins-bot:
[mediawiki/vagrant@master] Make Vagrantfile work on >= 2.0.3

https://gerrit.wikimedia.org/r/420924

Reedy claimed this task.