vagrant-persistent-storage 0.0.37 → 0.0.38

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: ef7a2310fdd4fd4cc66d734d009f9f1a0899f114
4
- data.tar.gz: 0706cab06a40d1dab973d700704b0722ea88c5f3
3
+ metadata.gz: 5b1ca5026077d8195a6c84ecd3ac7d8767aed3b0
4
+ data.tar.gz: 712f0bf7dbf888ab00d09424ac3cd2f05de2cce7
5
5
  SHA512:
6
- metadata.gz: f8ce5a733f4f79c76ce5b4508d74ea9b2e17abbb61adc00bdfb340987b350d3bf2824d17313c5b5409ce8b675562e87df9ece24766f7ea0fd2ed57759b6defc1
7
- data.tar.gz: b3896c8dbdaa0f3bc130d0fbcb74bd03f477d481a8e7e424b028adc8aa33d15fd61e1c8cc9463eef91ff35f167ce6bd915c8e5d22e1630a945d67fd2442d7331
6
+ metadata.gz: fbe204ea33ee3b0e16e41703b8c0343b59baef9f664ed3c2ef9fdcdaedae78498259046f910b77aa37be79787e5d0d18ce9b20c4b33f38e2b603a46c5d29bd11
7
+ data.tar.gz: 0a28d6cbc32feb671cfa774aba0c77d8c3b59a42ace60ca86789238db9d84efa1a0f5d6bacd247877f28af159122ae9330d6aeeed5feb219b8719c5f40c7b73a
data/README.md CHANGED
@@ -104,6 +104,7 @@ If your box are not using LVM you must set `config.persistent_storage.use_lvm =
104
104
  * [Ben Phegan](https://github.com/BenPhegan)
105
105
  * [Philipp Schrader](https://github.com/philsc)
106
106
  * [Alex Tomkins](https://github.com/tomkins)
107
+ * [Marcin Wolny](https://github.com/mwolny)
107
108
 
108
109
  ## TODO
109
110
 
@@ -37,7 +37,7 @@ module VagrantPlugins
37
37
  @manage = true
38
38
  @format = true
39
39
  @use_lvm = true
40
- @enabled = false
40
+ @enabled = false if @enabled == UNSET_VALUE
41
41
  @partition = true
42
42
  @location = UNSET_VALUE
43
43
  @mountname = UNSET_VALUE
@@ -143,7 +143,7 @@ module VagrantPlugins
143
143
  errors << I18n.t('vagrant_persistent_storage.config.no_create_and_missing', {
144
144
  :config_key => 'persistent_storage.create',
145
145
  :is_path => location.class.to_s,
146
- })
146
+ })
147
147
  end
148
148
 
149
149
  { 'Persistent Storage configuration' => errors }
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module PersistentStorage
3
- VERSION = "0.0.37"
3
+ VERSION = "0.0.38"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-persistent-storage
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.37
4
+ version: 0.0.38
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sebastian Kusnier
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-11-19 00:00:00.000000000 Z
11
+ date: 2017-12-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake