knife-proxmox 0.0.13 → 0.0.14
Sign up to get free protection for your applications and to get access to all the features.
@@ -202,6 +202,8 @@ class Chef
|
|
202
202
|
end
|
203
203
|
|
204
204
|
def bootstrap_for_node(bootstrap_ip_address)
|
205
|
+
require 'chef/knife/bootstrap'
|
206
|
+
Chef::Knife::Bootstrap.load_deps
|
205
207
|
bootstrap = Chef::Knife::Bootstrap.new
|
206
208
|
bootstrap.name_args = [bootstrap_ip_address]
|
207
209
|
bootstrap.config[:run_list] = config[:run_list]
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: knife-proxmox
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.14
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2013-01-
|
13
|
+
date: 2013-01-30 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: chef
|