madscience 0.0.26 → 0.0.27
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 556e1b7bd3c2050a0ba264bb021158c4dad29594
|
4
|
+
data.tar.gz: 445e3ce0cef11b74e05b5f173772a16439f249c3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 064fa10f61987ffead21d7e7bd0d6f67d8b48afb1d35d155cbe6031da0d0e42b1575a88074012cc9807745c9ee99735e35076764b33d542defae3b7db7a60d42
|
7
|
+
data.tar.gz: a9b871cf628cdb6ad1859303a15df93ebae5d83c34e04c68f61ada3fae35107523a8da772f4ee7e4493327f4bec6baefcfacceb0645194ff31803d54e129d509
|
data/lib/madscience/version.rb
CHANGED
@@ -77,7 +77,10 @@ when 'debian', 'rhel'
|
|
77
77
|
end
|
78
78
|
|
79
79
|
|
80
|
-
#
|
80
|
+
# The Vagrant cookbook assumes it can find Vagrant as a first-in-path binary.
|
81
|
+
# That mean /usr/bin has to be present and before any other path that might
|
82
|
+
# have vagrant in it.
|
83
|
+
ENV['PATH'] = "/usr/bin:#{ENV['PATH']}"
|
81
84
|
include_recipe "vagrant"
|
82
85
|
include_recipe "virtualbox"
|
83
86
|
|