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

Add support for a post_create_command #81

Closed
wants to merge 1 commit into from
Closed

Add support for a post_create_command #81

wants to merge 1 commit into from

Conversation

hectcastro
Copy link

There is already a pre_create_command that executes a custom command prior to the vagrant up command. This pull request adds support for a post_create_command as well.

I believe supplying something like vagrant ssh -c 'some command' to post_create_command could resolve #78.

@sethvargo
Copy link
Contributor

This will be captured as part of test-kitchen/test-kitchen#329

@sethvargo sethvargo closed this Mar 17, 2014
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.

Add support for provision_command
2 participants