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]
@@ -1,6 +1,6 @@
1
1
  module Knife
2
2
  module Proxmox
3
- VERSION = "0.0.13"
3
+ VERSION = "0.0.14"
4
4
  MAJOR, MINOR, TINY = VERSION.split('.')
5
5
  end
6
6
  end
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.13
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-29 00:00:00.000000000 Z
13
+ date: 2013-01-30 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: chef