vagrant-orchestrate 0.3.0 → 0.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7b77cd8446da22ec260eeafa76cfeca730ead095
4
- data.tar.gz: ea87fb3abb6f6431d4e059a0e7712dce4bb567c4
3
+ metadata.gz: 07d5efc2d22d833214ea9f12d5af262e9a318723
4
+ data.tar.gz: 012456af1710092733fa674ed05d05434df2769a
5
5
  SHA512:
6
- metadata.gz: 13bc391116a4a4a528182801220960e560a563b510fde0949073d0320f9424af19507f6d99d2b0ada3875cc18c0db6d6bc774728faa853903b8c8d20745d5532
7
- data.tar.gz: 31cba2e18c9f6262b564b671bdb77067398585089530057e01884e57f6a207a6aedb2557464f3c70a6cdf1ee032d3aadebaae8af6fed2235cb5a3c71e24325d2
6
+ metadata.gz: cc3a2cfccb4c40e6bb5d1d8dd9699ddec884aee1b54cb9b035391d63a7986ac2385ef14d7d15dd94fd4a030713613c2bcffdd53d9314617436a0637c31578b75
7
+ data.tar.gz: b00b65b88c111c20f492a9b63dcaa7fd6da71f4ca409030da3b2a5eaa90a11917955b0081d48b3944162958d921d96fb6d74a6cd2d3493c7c6fb4584b3706af6
data/README.md CHANGED
@@ -208,7 +208,7 @@ Experimental puppet templating support is available as well with the `--puppet`
208
208
  end
209
209
  ```
210
210
 
211
- The following files and folders will be placed in the current directory
211
+ The following files and folders will be placed in the puppet directory
212
212
 
213
213
  ```
214
214
  Puppetfile
@@ -180,7 +180,8 @@ module VagrantPlugins
180
180
  @env.ui.info("You've created an environment aware configuration.")
181
181
  @env.ui.info("To complete the process you need to do the following: ")
182
182
  @env.ui.info(" 1. Add the target servers to servers.json")
183
- @env.ui.info(" 2. Create a git branch for each environment")
183
+ @env.ui.info(" 2. Commit your changes")
184
+ @env.ui.info(" 3. Create a git branch for each environment")
184
185
  environments.each do |env|
185
186
  @env.ui.info(" git branch #{env}")
186
187
  end
@@ -97,6 +97,7 @@ module VagrantPlugins
97
97
  @logger.debug("Read git branch #{git_branch} using `#{command}`")
98
98
  end
99
99
  end
100
+ ENV["VAGRANT_ORCHESTRATE_GIT_BRANCH"] = git_branch
100
101
  git_branch
101
102
  end
102
103
 
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module Orchestrate
3
- VERSION = "0.3.0"
3
+ VERSION = "0.3.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-orchestrate
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Christopher Baldauf
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-02-20 00:00:00.000000000 Z
11
+ date: 2015-02-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler