vagrant-orchestrate 0.8.0.pre.1 → 0.8.0.pre.2

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: 808945cdd072496fc2196b7ae85bd717e8ca4c5e
4
- data.tar.gz: 88709f5e06cd4dab1522565932949d784c4b3dc6
3
+ metadata.gz: 38efea40026bb3567b012c0e6c30ee62cdeaf209
4
+ data.tar.gz: cdc2afe503f7db69711a9c714b7f20d09530f552
5
5
  SHA512:
6
- metadata.gz: 4f7adc7b6d305ba723ff4e2dcd9a1059dde926117e19693ffe1204112b122eb11250b006beeec3129b42ef3eb62d469066c3ac98c9b2a1679f93513ae99917e2
7
- data.tar.gz: 87181a207c6dfda6229c3dd0953d1e4d5fd3f0d3e823b954262ab9c10eef09ef96a744b86f22cb61c2c3c11ed36ca8de40fd91e76bf2bb97180d9754acb9b37f
6
+ metadata.gz: 694cf9adbe86ba29c94ba5231dd68eb5563fe77415c2b8604daff23a39b66562acd9ec20e5e3c323dd459d573c3f9871a0bdf8e4ac4df6d64a9be88a0c75dca8
7
+ data.tar.gz: 5a9bd43b2c534045a2ea2b2e78c099c51a10dd8fd9d0c49d5cb01ff1c67d93f535bd5662d06b078a2eabaecbd557251bf82fdd4f1f93624b5950b6f6ed39bce0
data/docs/config.md CHANGED
@@ -15,5 +15,5 @@ the `disable_commit_guard` configuration option will disable this protection.
15
15
  When multiple users are using Vagrant Orchestrate to push to the same target servers,
16
16
  there can arise permission issues for folders that are synced. When `true`, Vagrant
17
17
  Orchestrate will change ownership of the guestpath of all synced folders to be the
18
- `owner` specified in the `synced_folder` or the `ssh_info.username`. Has no affect
18
+ `owner` specified in the `synced_folder` or the `ssh_info.username`. Has no impact
19
19
  for Windows guests. Default is `true`.
@@ -25,7 +25,7 @@ module VagrantPlugins
25
25
  options[:owner] ||= machine.ssh_info[:username]
26
26
  @logger.debug "Taking ownership of #{name}"
27
27
  @logger.debug options
28
- machine.communicate.sudo "chown #{options[:owner]} -R #{options[:guestpath]}"
28
+ machine.communicate.sudo "chown '#{options[:owner]}' -R #{options[:guestpath]}"
29
29
  end
30
30
  end
31
31
  end
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module Orchestrate
3
- VERSION = "0.8.0.pre.1"
3
+ VERSION = "0.8.0.pre.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-orchestrate
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0.pre.1
4
+ version: 0.8.0.pre.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Christopher Baldauf
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-11-09 00:00:00.000000000 Z
11
+ date: 2015-11-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: deployment-tracker-client