vagrant-digitalocean 0.5.2 → 0.5.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.
|
@@ -14,13 +14,6 @@ module VagrantPlugins
|
|
|
14
14
|
def call(env)
|
|
15
15
|
ssh_info = @machine.ssh_info
|
|
16
16
|
|
|
17
|
-
# for CentOS machines that don't have rsync installed
|
|
18
|
-
# attempt to install with yum before giving up
|
|
19
|
-
if (Vagrant::Util::Which.which('rsync') && !Vagrant::Util::Which.which('yum'))
|
|
20
|
-
env[:ui].warn I18n.t('vagrant_digital_ocean.info.trying_rsync_install')
|
|
21
|
-
@machine.communicate.sudo("yum -y install rsync")
|
|
22
|
-
end
|
|
23
|
-
|
|
24
17
|
@machine.config.vm.synced_folders.each do |id, data|
|
|
25
18
|
next if data[:disabled]
|
|
26
19
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: vagrant-digitalocean
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.
|
|
4
|
+
version: 0.5.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: 2014-01-
|
|
12
|
+
date: 2014-01-28 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: faraday
|