vagrant-flow 1.0.21 → 1.0.22

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 00d213603722e753a64dc6d017f1a3411deffef2
4
- data.tar.gz: 8b4f6e26f222c8fe0e508ec771889bb33ffabe53
3
+ metadata.gz: 617701b69e25b85497dcb07780f890d2118b9103
4
+ data.tar.gz: fc60b9e02225b1755a4256b00d968a4ceacf4817
5
5
  SHA512:
6
- metadata.gz: 8e6232bbd26f61b63b1fc22848ab2e52bc3b8be29404962affee91464075e683ef08f28699c03b07c4af43a05faf01b270a2c41805c7122bb49ae68f14c36998
7
- data.tar.gz: 2d552ee70774fee88632a1f177cad5eb811661dd8041339a064a67a71d4095f4c6bd41e6238b2e1b9a1b22ea6935b880705b41494f5aedf69cee8eb24431e35c
6
+ metadata.gz: 94ee2c3d573c6b534c76a08b4d7a7d9b9ccf81278b4426a42295319fee5d8e3bab6cd331bf7286fc4039b4a343a394fae71efafe3b5ccc79674dd74794a932a5
7
+ data.tar.gz: b0a137b5a1acf84f1884d9c431e3ba21a3512bbfaeb701ad3c5627039d8838071d85c37a32269cdc6bf614e5785f1f600a2f233d17aacfaa3ebb925e816848dd
data/README.md CHANGED
@@ -204,7 +204,7 @@ This will look through your vagrantfile config, find all the hostnames and IP's
204
204
  vagrant flow hostfile
205
205
  ```
206
206
 
207
- This will make an API call to digital ocean (https://developers.digitalocean.com/droplets/), retrieve your list of hostnames and Ip's, and append that information retrieved from DO to the VM's hosts file specified in your Vagrantfile. The config file it will look for by default is hostfile_do.yml
207
+ This will make an API call to digital ocean (https://developers.digitalocean.com/droplets/), retrieve your list of hostnames and Ip's, and append that information retrieved from DO to the VM's hosts file specified in your Vagrantfile. The config file it will look for by default is the same as the file for multiinit - multiinitconfig.yml
208
208
  ```
209
209
  vagrant flow hostfile -d
210
210
  ```
@@ -227,14 +227,8 @@ If you're already using vagrant flow multiinit, then this configuration is alrea
227
227
  end
228
228
  ```
229
229
 
230
- Example hostfile_do.yml (For use only with -d option)
231
- To find your apikey and clientid, log into digital ocean, and visit https://cloud.digitalocean.com/api_access
232
- ```
233
- ---
234
- :api_key: abcdefghijklmnopqrstuvwxyz
235
- :client_id: zyxwvutsrqponmlkjihgfedcba
236
-
237
- ```
230
+ Refer to multiinit for how to set your digital ocean token
231
+ To find your digital ocean token, log into digital ocean, and visit https://cloud.digitalocean.com/api_access
238
232
 
239
233
  * * *
240
234
  ## ansibleinventory
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module VagrantFlow
3
- VERSION = "1.0.21"
3
+ VERSION = "1.0.22"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-flow
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.21
4
+ version: 1.0.22
5
5
  platform: ruby
6
6
  authors:
7
7
  - Steve Morin