knife-proxmox 0.0.16 → 0.0.17
Sign up to get free protection for your applications and to get access to all the features.
- data/knife-proxmox.iml +10 -0
- data/lib/chef/knife/proxmox_server_destroy.rb +2 -1
- data/lib/knife-proxmox/version.rb +1 -1
- metadata +3 -2
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
|
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.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-
|
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
|