vagrant-nfs_guest 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -83,8 +83,9 @@ module VagrantPlugins
83
83
 
84
84
  # Do the actual creating and mounting
85
85
  @machine.communicate.sudo("mkdir -p #{expanded_guest_path}")
86
- @machine.communicate.sudo("chgrp -R vagrant #{expanded_guest_path}")
87
- @machine.communicate.sudo("chmod g+rw #{expanded_guest_path}")
86
+ @machine.communicate.sudo("chown -R vagrant:vagrant #{expanded_guest_path}")
87
+ @machine.communicate.sudo("chmod u+rw #{expanded_guest_path}")
88
+ @machine.communicate.sudo("chmod g+rws #{expanded_guest_path}")
88
89
  end
89
90
  end
90
91
 
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module SyncedFolderNFSGuest
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
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.1
4
+ version: 0.0.2
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-11 00:00:00.000000000 Z
12
+ date: 2013-12-13 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: -1357282251529375209
89
+ hash: -2274449432240557647
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: -1357282251529375209
98
+ hash: -2274449432240557647
99
99
  requirements: []
100
100
  rubyforge_project:
101
101
  rubygems_version: 1.8.23