vagrant-bindfs 0.4.0 → 0.4.1
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/lib/vagrant-bindfs/cap/redhat/install_bindfs.rb +1 -1
- data/lib/vagrant-bindfs/version.rb +1 -1
- data/locales/en.yml +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d13154638cd8b30fd9176833e1ef4f6cb5ddeadb
|
|
4
|
+
data.tar.gz: f31ef1b0f0acaf804dd57835821f5fcd822d5719
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1927235815d2abc9845d84912e262da5742d7bdabe3d43d9164b3214a055a7bddc5b11e74445a9930e3d36b7e85e1f1a6815d8151deedd2486bd189c1e8cca95
|
|
7
|
+
data.tar.gz: 137621a5c4fddb75d3e2b7f9294bd822bc17ecbabdc45d797153935c3ad2609ddff731cef6969d916ce3cc2fdc6d30e37443eca653242463c36d547cdde547f8
|
|
@@ -11,7 +11,7 @@ module VagrantPlugins
|
|
|
11
11
|
if comm.test("test 0 -eq $(sudo yum search bindfs 2>&1 >/dev/null | wc -l)")
|
|
12
12
|
comm.sudo("yum -y install bindfs")
|
|
13
13
|
else
|
|
14
|
-
comm.sudo("yum -y install fuse fuse-devel gcc")
|
|
14
|
+
comm.sudo("yum -y install fuse fuse-devel gcc wget")
|
|
15
15
|
comm.sudo("wget http://bindfs.org/downloads/bindfs-#{SOURCE_VERSION}.tar.gz -O bindfs.tar.gz")
|
|
16
16
|
comm.sudo("tar --overwrite -zxvf bindfs.tar.gz")
|
|
17
17
|
comm.sudo("[ -d ./bindfs-#{SOURCE_VERSION} ] && cd bindfs-#{SOURCE_VERSION} && ./configure && make && make install")
|
data/locales/en.yml
CHANGED
|
@@ -19,4 +19,4 @@ en:
|
|
|
19
19
|
Please check options values and compatibility. For a complete documentation,
|
|
20
20
|
run `sudo bindfs --help` on the VM.
|
|
21
21
|
|
|
22
|
-
You can see it online at http://
|
|
22
|
+
You can see it online at http://bindfs.org/docs/bindfs.1.html
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: vagrant-bindfs
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Gaël-Ian Havard
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2015-
|
|
13
|
+
date: 2015-06-17 00:00:00.000000000 Z
|
|
14
14
|
dependencies: []
|
|
15
15
|
description: A Vagrant plugin to automate bindfs mount in the VM. This allow you to
|
|
16
16
|
change owner, group and permissions on files and, for example, work around NFS share
|