vagrant-unificar 0.0.2 → 0.0.3
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/Gemfile.lock +1 -1
- data/lib/vagrant-unificar/command.rb +2 -2
- data/lib/vagrant-unificar/version.rb +1 -1
- metadata +2 -3
- data/pkg/vagrant-unificar-0.0.1.gem +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: eea0ea82fef0555a1ba92587627834c9f8720230
|
|
4
|
+
data.tar.gz: fe31aaf80ad4391afc1fda29bf4e16e534941d74
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fea7b03086af0011b6604ef0b589af69e87c55aa6fbe09b7a140a42952df719d1941f607a049ced00f3cab4a06b8ae03c752b960870e23c1227536f1895c821b
|
|
7
|
+
data.tar.gz: b93d88bc57042b927856525fc937e40fc89c47410f2b8be53feae593c4f073706d47057fc10129ebda09cfeb96f2ee845a6b66f5c26e03df2b61b0de929c53d6
|
data/Gemfile.lock
CHANGED
|
@@ -32,9 +32,9 @@ 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 password_stdin #{usuario}@#{host_ip}:#{local_dir} #{remote_mountpoint}"
|
|
35
|
+
cmd = "echo \"#{password}\" | sshfs -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o password_stdin #{usuario}@#{host_ip}:#{local_dir} #{remote_mountpoint}"
|
|
36
36
|
|
|
37
|
-
#TODO: Habilitar debug para poder ver el comando
|
|
37
|
+
#TODO: Habilitar debug en el Vagrantfile para poder ver el comando
|
|
38
38
|
#puts cmd
|
|
39
39
|
ret = machine.communicate.execute(cmd, {:error_check => false})
|
|
40
40
|
if ret == 0
|
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.
|
|
4
|
+
version: 0.0.3
|
|
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-
|
|
11
|
+
date: 2016-01-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -56,7 +56,6 @@ files:
|
|
|
56
56
|
- lib/vagrant-unificar/config.rb
|
|
57
57
|
- lib/vagrant-unificar/plugin.rb
|
|
58
58
|
- lib/vagrant-unificar/version.rb
|
|
59
|
-
- pkg/vagrant-unificar-0.0.1.gem
|
|
60
59
|
- vagrant-unificar.gemspec
|
|
61
60
|
homepage: ''
|
|
62
61
|
licenses:
|
|
Binary file
|