mnshankar/settler53

Shell provisioner `args` must be a string or array.

Opened this issue · 1 comments

Bringing machine 'default' up with 'virtualbox' provider...
There are errors in the configuration of this machine. Please fix
the following errors and try again:

shell provisioner:
* Shell provisioner `args` must be a string or array.
* Shell provisioner `args` must be a string or array.

Issue falls in homestead.rb

Currently:

s.args = [db]

Should be:

s.args = [db["name"]]

Might do a pull request on this later.

Hmm.. probably because of using Homestead 2.0?

I updated the readme.md to reference Homestead 1.0.

On Wed, Jan 21, 2015 at 12:56 PM, Heath Naylor notifications@github.com
wrote:

Bringing machine 'default' up with 'virtualbox' provider...
There are errors in the configuration of this machine. Please fix
the following errors and try again:

shell provisioner:

  • Shell provisioner args must be a string or array.
  • Shell provisioner args must be a string or array.

Issue falls in homestead.rb

Currently:

s.args = [db]

Should be:

s.args = [db["name"]]

Might do a pull request on this later.


Reply to this email directly or view it on GitHub
#2.