knife-proxmox 0.0.12 → 0.0.13
Sign up to get free protection for your applications and to get access to all the features.
data/knife-proxmox.gemspec
CHANGED
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
|
|
8
8
|
s.has_rdoc = false
|
9
9
|
s.authors = ["Jorge Moratilla", "Sergio Galvan"]
|
10
10
|
s.email = ["jorge@moratilla.com","sergalma@gmail.com"]
|
11
|
-
s.homepage = "
|
11
|
+
s.homepage = "https://bitbucket.org/jmoratilla/knife-proxmox"
|
12
12
|
s.summary = "ProxmoxVE Support for Chef's Knife Command"
|
13
13
|
s.description = s.summary
|
14
14
|
s.extra_rdoc_files = ["README", "LICENSE","TODO","CHANGELOG" ]
|
@@ -6,13 +6,6 @@ class Chef
|
|
6
6
|
|
7
7
|
include Knife::ProxmoxBase
|
8
8
|
|
9
|
-
deps do
|
10
|
-
require 'readline'
|
11
|
-
require 'chef/json_compat'
|
12
|
-
require 'chef/knife/bootstrap'
|
13
|
-
Chef::Knife::Bootstrap.load_deps
|
14
|
-
end
|
15
|
-
|
16
9
|
banner "knife proxmox server create (options)"
|
17
10
|
|
18
11
|
# TODO: parameters for openvz should be in other object
|
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.13
|
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-29 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: chef
|
@@ -85,7 +85,6 @@ files:
|
|
85
85
|
- lib/chef/knife/proxmox_server_list.rb
|
86
86
|
- lib/knife-proxmox/version.rb
|
87
87
|
- ./Gemfile.lock
|
88
|
-
- ./knife-proxmox-0.0.11.gem
|
89
88
|
- ./knife-proxmox.gemspec
|
90
89
|
- ./Gemfile
|
91
90
|
- ./CHANGELOG
|
@@ -96,7 +95,7 @@ files:
|
|
96
95
|
- LICENSE
|
97
96
|
- TODO
|
98
97
|
- CHANGELOG
|
99
|
-
homepage:
|
98
|
+
homepage: https://bitbucket.org/jmoratilla/knife-proxmox
|
100
99
|
licenses: []
|
101
100
|
post_install_message:
|
102
101
|
rdoc_options: []
|
data/knife-proxmox-0.0.11.gem
DELETED
Binary file
|