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

Use hostmaster as provisioner. #8

Conversation

vStone
Copy link
Contributor

@vStone vStone commented May 1, 2013

Very basic implementation but can be used to force hostmanager update
s before/after provisioning depending on the provisioning order.

Usage:

  vm_config.vm.provision :hostmanager
  vm_config.vm.provision :shell do |shell|
    shell.path = 'foo/bar.sh'
  end

Very basic implementation but can be used to force hostmanager update
s before/after provisioning depending on the provisioning order.

Usage:

```ruby
  vm_config.vm.provision :hostmanager
  vm_config.vm.provision :shell do |shell|
    shell.path = 'foo/bar.sh'
  end
```
@vStone vStone closed this May 1, 2013
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.

None yet

1 participant