vagrant-persistent-storage 0.0.33 → 0.0.34

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: 222ed37d94891036c944eb103454e251d8177ddf
4
- data.tar.gz: 654612cbe9800c44d7f630df4892719c40e86063
3
+ metadata.gz: 7707922e6e3a286661b9afc9f170ba1b17dfb698
4
+ data.tar.gz: 392318c972e98a9781593e6d8bcc4f67c257afbe
5
5
  SHA512:
6
- metadata.gz: d727bada13e754b4b6ace84eb03f67a5eff977543dc0e139df8e8c2d56e28a34f88e13810819e9e9a907ba95ccf2b351f6ce81d3bfb58c69e1973d11383b444d
7
- data.tar.gz: 336ae22a9c30aca631baf233c02b6aee658d83ae8a11b725f3b7071d51cc29008e6a74f77d7967fa716679c109be32e0a927986c23fa567be11fcfb1b37f8612
6
+ metadata.gz: 4ca68ef7e175385d929783b3634190ff91ab5ad36f201bebfa8b4edd597437ad334d2a638328aafbc2dcd837023e206cb7d6bc3e4c3b0332b7ed6dbe05f28ac7
7
+ data.tar.gz: d3132cad2158a58c036ce353d1b23b97b13d206b81884bbd3c1fc817b7698a317503d278bfb4e906e9ea3eabfe918b64a7e43bf56e7ddc2c5fa71ead8617a421
data/README.md CHANGED
@@ -102,6 +102,7 @@ If your box are not using LVM you must set `config.persistent_storage.use_lvm =
102
102
  * [fredleger](https://github.com/fredleger)
103
103
  * [Sebastian Wendel](https://github.com/sourceindex)
104
104
  * [Ben Phegan](https://github.com/BenPhegan)
105
+ * [Philipp Schrader](https://github.com/philsc)
105
106
 
106
107
  ## TODO
107
108
 
@@ -130,7 +130,7 @@ exit $?
130
130
  def run_disk_operations(m)
131
131
  return unless m.communicate.ready?
132
132
  mnt_name = m.config.persistent_storage.mountname
133
- mnt_name = 'vps' unless mnt_name != 0
133
+ mnt_name = 'vps' unless mnt_name != ""
134
134
  if m.config.vm.communicator == :winrm
135
135
  target_script = "disk_operations_#{mnt_name}.ps1"
136
136
  m.communicate.sudo("powershell -executionpolicy bypass -file #{target_script}")
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module PersistentStorage
3
- VERSION = "0.0.33"
3
+ VERSION = "0.0.34"
4
4
  end
5
5
  end
data/test.sh CHANGED
File without changes
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.33
4
+ version: 0.0.34
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-06-23 00:00:00.000000000 Z
11
+ date: 2017-07-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake