Skip to content
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

Provision option #129

Merged
merged 2 commits into from
Jan 12, 2015
Merged

Provision option #129

merged 2 commits into from
Jan 12, 2015

Conversation

jbdamiano
Copy link
Contributor

Able to run vagrant up if we set the provision flad
Needed in case of you want to include a vagrantfile like this

Vagrant.configure(2) do |config|
    config.vm.provision :shell do |shell|
    shell.inline = %Q{

    }
  end
end

Document provision option
call vagrant up instead of vagrant up --no-provision if provision is set to true.
sethvargo added a commit that referenced this pull request Jan 12, 2015
@sethvargo sethvargo merged commit a85f2e5 into test-kitchen:master Jan 12, 2015
@yahyapo
Copy link

yahyapo commented Mar 16, 2015

When is this going to be released? I am using 0.15 and it does not seem to work.

@jbdamiano
Copy link
Contributor Author

Hello,

  If you take a look in the release date for the 0.15.0, you can see April 28, 2014
The change has been done in github in January 12, 2015

I suggest you to clone the github repository and to build the gem directly from the source if you want to have the change.

Regards,

-- 
Jean-Bernard DAMIANO

Le 16 mars 2015 à 08:09:18, Yahya Poonawala (notifications@github.com) a écrit:

When is this going to be released? I am using 0.15 and it does not seem to work.


Reply to this email directly or view it on GitHub.

@fnichol
Copy link
Contributor

fnichol commented Mar 26, 2015

@yahyapo You can try the 0.16.0 release which shipped a few days ago, hoping this helps!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants