vagrant-saltdeps 1.0.2 → 1.0.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.
- checksums.yaml +4 -4
- data/lib/vagrant-saltdeps/config.rb +1 -1
- data/lib/vagrant-saltdeps/provisioner.rb +2 -2
- data/lib/vagrant-saltdeps/version.rb +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: 9c3385ebff36389fd3b03ca93e2dc2558e8cc579
|
4
|
+
data.tar.gz: 48075e3ee445f6747a45d40b1f46077386cca5f8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9a899f21de185ea70d1360dcf37e211d999250b4c19d94a51dc3f4644cb2d9f052a449b9bdfd4b32cd5e059a5d29ddae26f7976dd56c0d25d420d73d4baf86d9
|
7
|
+
data.tar.gz: 8183c8f4e318ff4dab188260f92d32986483440f144e26fc8d839bd22d2a50208b561afbb71d282264e2c6483be905627e7e0576969cfc83caa7bbe7220082e2
|
@@ -54,7 +54,7 @@ module VagrantPlugins
|
|
54
54
|
def expand(path, errors=[], check=false)
|
55
55
|
expanded = Pathname.new(@deps_path).expand_path(@machine.env.root_path)
|
56
56
|
if check && !expanded.file?
|
57
|
-
errors << "The file at #{expanded} does not exist. Please give a valid path to your
|
57
|
+
errors << "The file at #{expanded} does not exist. Please give a valid path to your saltdeps.yml file."
|
58
58
|
end
|
59
59
|
end
|
60
60
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: vagrant-saltdeps
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Joseph Hughes
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-03
|
11
|
+
date: 2015-04-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: git
|