vagrant-utils 0.3.0 → 0.4.0

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a885db36f7af1b07cce8d2d4aa5da061243452c5
4
- data.tar.gz: 6560cac3bd40eea5edeecb9f543086d2c54c325a
3
+ metadata.gz: 5d3886f8c15871ddd2ea1e46c6a2098ac1fe573c
4
+ data.tar.gz: 9840a254f6d8f5d6a78ceb385f1bf9537884f1c4
5
5
  SHA512:
6
- metadata.gz: 9c754bed890e8901ef92632f766e889c52a73f19075f17afe54b43bbe6d40d21f6b5d39de91fd6c18b831ddae07b685bcfc159f2912bffa8d3eee8f7c1dbee71
7
- data.tar.gz: f7065e8808652cac2af518597df5ad248f73e242fd5c69164b16e43a84fb75949a6ee91ea59da74348612d5bed21f9a2fa4a6009605277c1b5cfcc8d818a6227
6
+ metadata.gz: 44625209ac23db234cb1685a9143350af655b19e8c31c15619e7d21f804511216c6c8ed590917398483117b1f71087e840073d617ed726821884be780c558073
7
+ data.tar.gz: bb443d2b165a762470d5b9604875491052dc0064922bd87e11c2421eaff9226209ebe0d3fda0af737bf8c37b898f89a08c3c420b9d217d1812254b68bb1faf3f
data/.gitignore CHANGED
@@ -9,3 +9,4 @@
9
9
  /tmp/
10
10
  Vagrantfile
11
11
  .vagrant
12
+ *.sw?
@@ -10,7 +10,7 @@ module VagrantPlugins
10
10
  args.shift
11
11
  with_target_vms do |machine|
12
12
  env = machine.action(:ssh_run,
13
- ssh_run_command: "tail -f /var/log/bootstrap.log",)
13
+ ssh_run_command: "tail -f /var/log/vagrant/bootstrap.log",)
14
14
  exit_status = env[:ssh_run_exit_status] || 0
15
15
  return exit_status
16
16
  end
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module Utils
3
- VERSION = "0.3.0"
3
+ VERSION = "0.4.0"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-utils
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Breinlinger
@@ -55,7 +55,6 @@ files:
55
55
  - bin/console
56
56
  - bin/setup
57
57
  - lib/vagrant-utils.rb
58
- - lib/vagrant-utils/.version.rb.swp
59
58
  - lib/vagrant-utils/command_logs.rb
60
59
  - lib/vagrant-utils/command_rake.rb
61
60
  - lib/vagrant-utils/plugin.rb
Binary file