chef-provisioning-vagrant 0.7 → 0.8
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: 3522646df8b8a265ecfe0db79943ec0dc006f88f
|
4
|
+
data.tar.gz: 887d844f7f0becc83ddfb6230c1aaf2c7737682a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5bcf3b3b9a3b196284abf749a945d2cf894004f33a3fb563b48048fa1adadbb52bf38ea20a0fbc48cb0bf856f63603fe841e351821a64b956bf9d17d2c9efb79
|
7
|
+
data.tar.gz: 2d7124e6868d236ece82445a676c0259ccb6968010e9d5ca69d1a1bde3b453934e22b7aabcccb60c849d69a003d72e7e020ba11cb671a9cbca2ae272ef3448f0
|
@@ -17,7 +17,7 @@ class Chef::Resource::VagrantBox < Chef::Resource::LWRPBase
|
|
17
17
|
end
|
18
18
|
|
19
19
|
# We are not interested in Chef's cloning behavior here.
|
20
|
-
def load_prior_resource
|
20
|
+
def load_prior_resource(*args)
|
21
21
|
Chef::Log.debug("Overloading #{resource_name}.load_prior_resource with NOOP")
|
22
22
|
end
|
23
23
|
end
|
@@ -15,7 +15,7 @@ class Chef::Resource::VagrantCluster < Chef::Resource::LWRPBase
|
|
15
15
|
end
|
16
16
|
|
17
17
|
# We are not interested in Chef's cloning behavior here.
|
18
|
-
def load_prior_resource
|
18
|
+
def load_prior_resource(*args)
|
19
19
|
Chef::Log.debug("Overloading #{resource_name}.load_prior_resource with NOOP")
|
20
20
|
end
|
21
21
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: chef-provisioning-vagrant
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: '0.
|
4
|
+
version: '0.8'
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- John Keiser
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-11-
|
11
|
+
date: 2014-11-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: chef
|