knife-proxmox 0.0.16 → 0.0.17

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.
data/knife-proxmox.iml ADDED
@@ -0,0 +1,10 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <module type="JAVA_MODULE" version="4">
3
+ <component name="NewModuleRootManager" inherit-compiler-output="false">
4
+ <output url="file://$MODULE_DIR$/bin" />
5
+ <exclude-output />
6
+ <content url="file://$MODULE_DIR$" />
7
+ <orderEntry type="sourceFolder" forTests="false" />
8
+ </component>
9
+ </module>
10
+
@@ -37,8 +37,9 @@ class Chef
37
37
  exit 1
38
38
  elsif (!config[:chef_node_name].nil?)
39
39
  name = config[:chef_node_name]
40
- puts "Server to destroy: #{name}"
41
40
  vm_id = server_name_to_vmid(name)
41
+ puts "Server to destroy: #{name} [vmid: #{vm_id}]"
42
+ ui.confirm("Continue")
42
43
  else
43
44
  vm_id = config[:vm_id]
44
45
  end
@@ -1,6 +1,6 @@
1
1
  module Knife
2
2
  module Proxmox
3
- VERSION = "0.0.16"
3
+ VERSION = "0.0.17"
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.16
4
+ version: 0.0.17
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-03-05 00:00:00.000000000 Z
13
+ date: 2013-04-29 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: chef
@@ -88,6 +88,7 @@ files:
88
88
  - ./Gemfile.lock
89
89
  - ./knife-proxmox.gemspec
90
90
  - ./Gemfile
91
+ - ./knife-proxmox.iml
91
92
  - ./CHANGELOG
92
93
  - ./LICENSE
93
94
  - ./README