vagrant-nfs_guest 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -20,7 +20,10 @@ module VagrantPlugins
20
20
  folders.each do |name, opts|
21
21
  if opts[:type] == :nfs_guest
22
22
  expanded_host_path = `printf #{opts[:hostpath]}`
23
- system("umount '#{expanded_host_path}'")
23
+ if not system("umount '#{expanded_host_path}'")
24
+ @ui.info "NFS mounts still in use!"
25
+ exit(1)
26
+ end
24
27
  end
25
28
  end
26
29
  end
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module SyncedFolderNFSGuest
3
- VERSION = "0.0.2"
3
+ VERSION = "0.0.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-nfs_guest
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-12-13 00:00:00.000000000 Z
12
+ date: 2013-12-15 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler
@@ -86,7 +86,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
86
86
  version: '0'
87
87
  segments:
88
88
  - 0
89
- hash: -2274449432240557647
89
+ hash: -982725208826208968
90
90
  required_rubygems_version: !ruby/object:Gem::Requirement
91
91
  none: false
92
92
  requirements:
@@ -95,7 +95,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
95
95
  version: '0'
96
96
  segments:
97
97
  - 0
98
- hash: -2274449432240557647
98
+ hash: -982725208826208968
99
99
  requirements: []
100
100
  rubyforge_project:
101
101
  rubygems_version: 1.8.23