Chef_Solo_Nodes 0.2.4 → 0.2.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
@@ -50,12 +50,12 @@ Executable Usage: SSH
50
50
  $ SSH file_with_specified_port
51
51
  -p 2222 vagrant@127.0.0.1
52
52
 
53
- $ ssh `SSH vagrant`
53
+ $ ssh $( SSH vagrant )
54
54
  ssh -p 2222 vagrant@127.0.0.1
55
55
 
56
- $ knife `SSH file_name`
57
- knife -p 2222 vagrant@localhost
58
-
56
+ # Using knife-solo: https://github.com/matschaffer/knife-solo
57
+ $ knife prepare $( SSH file_name )
58
+ knife prepare -p 2222 vagrant@localhost
59
59
 
60
60
  Implementation
61
61
  --------------
@@ -1,3 +1,3 @@
1
1
  class Chef_Solo_Nodes
2
- VERSION = "0.2.4"
2
+ VERSION = "0.2.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: Chef_Solo_Nodes
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.4
4
+ version: 0.2.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: