vagrant-berkshelf 4.0.2 → 4.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -0
- data/README.md +1 -1
- data/lib/vagrant-berkshelf/errors.rb +1 -1
- data/lib/vagrant-berkshelf/helpers.rb +1 -1
- data/lib/vagrant-berkshelf/plugin.rb +1 -1
- data/lib/vagrant-berkshelf/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: 05db87ebc609977e91ad60fcf341d077982a333b
|
4
|
+
data.tar.gz: 974eb20f7e742d57367e4c87e9e405a466ba7542
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bc90fadd03253d91c3a8d5c549ed3e8f4f032a4c6cddc1fef42051c8d9760de2f7d5ce05fcc8134708134e14d36da693177d5ab9a54f8f18bc3b02d35831744f
|
7
|
+
data.tar.gz: c2e100908198ba25cc457b577b233c84a1466b734c0bdfb7c52944074fe123beccfcdd34f2380c94ffac5629f546f358dd6fc528084162850ff6a865bba67865
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
@@ -22,7 +22,7 @@ Installation
|
|
22
22
|
|
23
23
|
Usage
|
24
24
|
-----
|
25
|
-
If the Vagrant Berkshelf plugin is installed, it will
|
25
|
+
If the Vagrant Berkshelf plugin is installed, it will intelligently detect when a
|
26
26
|
Berksfile is present in the same working directory as the Vagrantfile.
|
27
27
|
|
28
28
|
Here is an example Vagrantfile configuration section for Vagrant Berkshelf:
|
@@ -5,7 +5,7 @@ module VagrantPlugins
|
|
5
5
|
INSTALL_CHEFDK_INSTRUCTIONS = <<-EOH.freeze
|
6
6
|
Please download and install the latest version of the ChefDK from:
|
7
7
|
|
8
|
-
https://downloads.
|
8
|
+
https://downloads.chef.io/chef-dk
|
9
9
|
|
10
10
|
and follow the installation instructions. Do not forget to add the ChefDK to
|
11
11
|
your PATH.
|
@@ -23,7 +23,7 @@ module VagrantPlugins
|
|
23
23
|
|
24
24
|
[:machine_action_up, :machine_action_reload, :machine_action_provision].each do |action|
|
25
25
|
action_hook(:berkshelf_provision, action) do |hook|
|
26
|
-
hook.
|
26
|
+
hook.after(Vagrant::Action::Builtin::ConfigValidate, Action::Base.setup)
|
27
27
|
hook.before(Vagrant::Action::Builtin::Provision, Action::Base.provision)
|
28
28
|
end
|
29
29
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: vagrant-berkshelf
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.0.
|
4
|
+
version: 4.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jamie Winsor
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date:
|
13
|
+
date: 2015-02-15 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: spork
|