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 +4 -4
- data/README.md +1 -1
- data/lib/vagrant-orchestrate/command/init.rb +2 -1
- data/lib/vagrant-orchestrate/plugin.rb +1 -0
- data/lib/vagrant-orchestrate/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 07d5efc2d22d833214ea9f12d5af262e9a318723
|
|
4
|
+
data.tar.gz: 012456af1710092733fa674ed05d05434df2769a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
|
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.
|
|
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
|
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.
|
|
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-
|
|
11
|
+
date: 2015-02-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|