knife-digital_ocean 0.0.4 → 0.0.5

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/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
  ## A knife plugin to deal with the [DigitalOcean.com](https://www.digitalocean.com) Cloud services.
3
3
 
4
4
  This is a plugin for [Chef's](http://www.opscode.com/chef/) [knife](http://wiki.opscode.com/display/chef/Knife) tool. It allows you to bootstrap virtual machines with [DigitalOcean.com](https://www.digitalocean.com/) including the initial bootstrapping of chef on that system.
5
- You can also skip the chef bootstrapping if you prefer using [knife-solo](https://github.com/matschaffer/knife-solo) or another solution.
5
+ You can also skip the chef bootstrapping if you prefer using [knife-solo](http://matschaffer.github.com/knife-solo/) or another solution.
6
6
 
7
7
  This knife plugin uses the [digital_ocean](https://github.com/rmoriz/digital_ocean) rubygem.
8
8
 
@@ -84,13 +84,13 @@ __Syntax__
84
84
  __Short Syntax__
85
85
 
86
86
  ```shell
87
- ➜ knife digital_ocean droplet create --N <FQDN> \
88
- --I <IMAGE ID> \
89
- --L <REGION ID> \
90
- --S <SIZE ID> \
91
- --K <SSH KEY-ID(s), comma-separated> \
92
- --B \
93
- --r "<RUNLIST>"
87
+ ➜ knife digital_ocean droplet create -N <FQDN> \
88
+ -I <IMAGE ID> \
89
+ -L <REGION ID> \
90
+ -S <SIZE ID> \
91
+ -K <SSH KEY-ID(s), comma-separated> \
92
+ -B \
93
+ -r "<RUNLIST>"
94
94
  ```
95
95
 
96
96
  #### With knife-solo, your custom external bootstrapping script or without chef at all
@@ -18,6 +18,7 @@ class Chef
18
18
 
19
19
  def self.included(includer)
20
20
  includer.class_eval do
21
+ category 'digital_ocean'
21
22
 
22
23
  deps do
23
24
  require 'digital_ocean'
@@ -57,7 +57,7 @@ class Chef
57
57
 
58
58
  option :bootstrap,
59
59
  :short => '-B',
60
- :long => '--bootstraps',
60
+ :long => '--bootstrap',
61
61
  :boolean => false,
62
62
  :description => 'Do a chef-client bootstrap on the create droplet (for use with chef-server)'
63
63
 
@@ -1,5 +1,5 @@
1
1
  module Knife
2
2
  module DigitalOcean
3
- VERSION = '0.0.4'
3
+ VERSION = '0.0.5'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: knife-digital_ocean
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-02-18 00:00:00.000000000 Z
12
+ date: 2013-02-23 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: chef
@@ -195,7 +195,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
195
195
  version: '0'
196
196
  segments:
197
197
  - 0
198
- hash: 2734639922170328122
198
+ hash: -3898868140226600481
199
199
  required_rubygems_version: !ruby/object:Gem::Requirement
200
200
  none: false
201
201
  requirements:
@@ -204,7 +204,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
204
204
  version: '0'
205
205
  segments:
206
206
  - 0
207
- hash: 2734639922170328122
207
+ hash: -3898868140226600481
208
208
  requirements: []
209
209
  rubyforge_project:
210
210
  rubygems_version: 1.8.23