Chef_Solo_Nodes 0.2.4 → 0.2.5
Sign up to get free protection for your applications and to get access to all the features.
- 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
|
--------------
|