Skip to content

Commit

Permalink
Merge pull request #1 from dasginganinja/develop
Browse files Browse the repository at this point in the history
Release 0.1.0
  • Loading branch information
dasginganinja authored Nov 13, 2019
2 parents be915f6 + 24105c0 commit a872967
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ Update the plugin with:

## Usage

You currently only need to set `enable` and `config.vm.hostname`.
You currently only need to set `orchestrate` and `config.vm.hostname`.

config.mutagen.enable = true
config.mutagen.orchestrate = true

This hostname will be used for the entry in the `~/.ssh/config` file.

Expand All @@ -53,6 +53,12 @@ vagrant plugin install vagrant-mutagen-*.gem

## Versions

### 0.1.0
* Added config to enable orchestration.
* Added new actions to start and terminate orchestration.
* Hooked new actions into vagrant lifecycle events.
* Refactored vagrant-hostsupdater hosts commands for config.

### 0.0.1
* Started with vagrant-hostsupdater 1.1.0
* Changed all references of hostsupdater to mutagen.
Expand Down
2 changes: 1 addition & 1 deletion lib/vagrant-mutagen/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module VagrantPlugins
module Mutagen
VERSION = '0.0.1'
VERSION = '0.1.0'
end
end

0 comments on commit a872967

Please sign in to comment.