vagrant-unificar 0.0.3 → 0.0.4

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: eea0ea82fef0555a1ba92587627834c9f8720230
4
- data.tar.gz: fe31aaf80ad4391afc1fda29bf4e16e534941d74
3
+ metadata.gz: 78daaa2d7225ef254b39e87a2dd68548c2947393
4
+ data.tar.gz: 151c5e67a6705ae05a7dc2e1b35c9bb5e7c73870
5
5
  SHA512:
6
- metadata.gz: fea7b03086af0011b6604ef0b589af69e87c55aa6fbe09b7a140a42952df719d1941f607a049ced00f3cab4a06b8ae03c752b960870e23c1227536f1895c821b
7
- data.tar.gz: b93d88bc57042b927856525fc937e40fc89c47410f2b8be53feae593c4f073706d47057fc10129ebda09cfeb96f2ee845a6b66f5c26e03df2b61b0de929c53d6
6
+ metadata.gz: 93a5a73be7802f534617f53f6dc314c7f970cad62409378d1c1ee8f06efb526ce3f2a5f1f72b934cb78380abf5cc1c7cd38059691e52ecb6c891087d9e53fe11
7
+ data.tar.gz: 2b5ff6ded994c0bd3ce6ae82266978812b7fe283d168516fe13e94945ea4910fa9d058ea135ab76d091a9fcddb030a59fee3b205cff4f518f60e991563e533ed
data/.gitignore ADDED
@@ -0,0 +1,2 @@
1
+ Gemfile.lock
2
+ pkg
data/Gemfile.lock CHANGED
@@ -23,7 +23,7 @@ GIT
23
23
  PATH
24
24
  remote: .
25
25
  specs:
26
- vagrant-unificar (0.0.3)
26
+ vagrant-unificar (0.0.4)
27
27
 
28
28
  GEM
29
29
  remote: https://rubygems.org/
@@ -32,7 +32,7 @@ module Vagrant
32
32
 
33
33
  password = machine.ui.ask("#{usuario}@#{host_ip} (no se vera el password al ser tecleado): ", {:prefix => false, :echo => false})
34
34
 
35
- cmd = "echo \"#{password}\" | sshfs -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o password_stdin #{usuario}@#{host_ip}:#{local_dir} #{remote_mountpoint}"
35
+ cmd = "echo \"#{password}\" | sshfs -o allow_other -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o password_stdin #{usuario}@#{host_ip}:#{local_dir} #{remote_mountpoint}"
36
36
 
37
37
  #TODO: Habilitar debug en el Vagrantfile para poder ver el comando
38
38
  #puts cmd
@@ -43,6 +43,7 @@ module Vagrant
43
43
  machine.ui.error("#{local_dir} -> #{remote_mountpoint} Imposible montar" , {:prefix => false})
44
44
  machine.ui.info("Posibles problemas:", {:prefix => false})
45
45
  machine.ui.info("\t-> Password esta mal escrito", {:prefix => false})
46
+ machine.ui.info("\t-> SSHFS no está instalado en la fisica o en la virtual", {:prefix => false})
46
47
  machine.ui.info("\t-> Se encuentra ya montado", {:prefix => false})
47
48
  machine.ui.info("\t-> Mounpoint no esta vacio", {:prefix => false})
48
49
  machine.ui.info("\t-> Mounpoint no tiene los permisos correctos", {:prefix => false})
@@ -1,5 +1,5 @@
1
1
  module Vagrant
2
2
  module Unificar
3
- VERSION = "0.0.3"
3
+ VERSION = "0.0.4"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-unificar
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Raichuk
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-01-28 00:00:00.000000000 Z
11
+ date: 2016-01-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -46,6 +46,7 @@ executables: []
46
46
  extensions: []
47
47
  extra_rdoc_files: []
48
48
  files:
49
+ - ".gitignore"
49
50
  - Gemfile
50
51
  - Gemfile.lock
51
52
  - LICENSE.txt