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 +4 -4
- data/lib/Chef_Solo_Nodes/version.rb +1 -1
- metadata +1 -1
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
|
|
53
|
+
$ ssh $( SSH vagrant )
|
|
54
54
|
ssh -p 2222 vagrant@127.0.0.1
|
|
55
55
|
|
|
56
|
-
|
|
57
|
-
knife
|
|
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
|
--------------
|