vagrant-persistent-storage 0.0.37 → 0.0.38
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 -0
- data/lib/vagrant-persistent-storage/config.rb +2 -2
- data/lib/vagrant-persistent-storage/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: 5b1ca5026077d8195a6c84ecd3ac7d8767aed3b0
|
|
4
|
+
data.tar.gz: 712f0bf7dbf888ab00d09424ac3cd2f05de2cce7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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 }
|
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.
|
|
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
|
+
date: 2017-12-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rake
|