-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
2,979 additions
and
437 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
.TH "SALT-CALL" "1" "July 27, 2012" "0.10.2" "Salt" | ||
.TH "SALT-CALL" "1" "September 30, 2012" "0.10.3" "Salt" | ||
.SH NAME | ||
salt-call \- salt-call Documentation | ||
. | ||
|
@@ -28,7 +28,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] | |
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] | ||
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u | ||
.. | ||
.\" Man page generated from reStructuredText. | ||
.\" Man page generated from reStructeredText. | ||
. | ||
.SH SYNOPSIS | ||
.sp | ||
|
@@ -37,6 +37,10 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] | |
salt\-call [options] | ||
.ft P | ||
.fi | ||
.SH DESCRIPTION | ||
.sp | ||
The salt\-call command is used to run module functions locally on a minion | ||
instead of executing them from the master. | ||
.SH OPTIONS | ||
.INDENT 0.0 | ||
.TP | ||
|
@@ -105,4 +109,5 @@ Thomas S. Hatch <[email protected]> and many others, please see the Authors fil | |
.SH COPYRIGHT | ||
2012, Thomas S. Hatch | ||
.\" Generated by docutils manpage writer. | ||
.\" | ||
. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
.TH "SALT-CP" "1" "July 27, 2012" "0.10.2" "Salt" | ||
.TH "SALT-CP" "1" "September 30, 2012" "0.10.3" "Salt" | ||
.SH NAME | ||
salt-cp \- salt-cp Documentation | ||
. | ||
|
@@ -28,7 +28,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] | |
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] | ||
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u | ||
.. | ||
.\" Man page generated from reStructuredText. | ||
.\" Man page generated from reStructeredText. | ||
. | ||
.sp | ||
Copy a file to a set of systems | ||
|
@@ -120,4 +120,5 @@ Thomas S. Hatch <[email protected]> and many others, please see the Authors fil | |
.SH COPYRIGHT | ||
2012, Thomas S. Hatch | ||
.\" Generated by docutils manpage writer. | ||
.\" | ||
. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
.TH "SALT-KEY" "1" "July 27, 2012" "0.10.2" "Salt" | ||
.TH "SALT-KEY" "1" "September 30, 2012" "0.10.3" "Salt" | ||
.SH NAME | ||
salt-key \- salt-key Documentation | ||
. | ||
|
@@ -28,7 +28,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] | |
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] | ||
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u | ||
.. | ||
.\" Man page generated from reStructuredText. | ||
.\" Man page generated from reStructeredText. | ||
. | ||
.SH SYNOPSIS | ||
.sp | ||
|
@@ -81,8 +81,8 @@ Delete the named minion key for command execution. | |
.UNINDENT | ||
.INDENT 0.0 | ||
.TP | ||
.B \-D \-\-delete\-all | ||
Delete all minion keys | ||
.B \-D, \-\-delete\-all | ||
Delete all keys | ||
.UNINDENT | ||
.INDENT 0.0 | ||
.TP | ||
|
@@ -96,12 +96,49 @@ default=/etc/salt/master | |
.B \-p PRINT, \-\-print=PRINT | ||
Print the specified public key | ||
.UNINDENT | ||
|
||
|
||
|
||
.INDENT 0.0 | ||
.TP | ||
.B \-P, \-\-print\-all | ||
Print all public keys | ||
.UNINDENT | ||
.INDENT 0.0 | ||
.TP | ||
.B \-q, \-\-quiet | ||
Supress output | ||
.UNINDENT | ||
.INDENT 0.0 | ||
.TP | ||
.B \-y, \-\-yes | ||
Answer \(aqYes\(aq to all questions presented, defaults to False | ||
.UNINDENT | ||
.INDENT 0.0 | ||
.TP | ||
.B \-\-key\-logfile=KEY_LOGFILE | ||
Send all output to a file. Default is /var/log/salt/key | ||
.UNINDENT | ||
.INDENT 0.0 | ||
.TP | ||
.B \-\-gen\-keys=GEN_KEYS | ||
Set a name to generate a keypair for use with salt | ||
.UNINDENT | ||
.INDENT 0.0 | ||
.TP | ||
.B \-\-gen\-keys\-dir=GEN_KEYS_DIR | ||
Set the directory to save the generated keypair. Only works | ||
with \(aqgen_keys_dir\(aq option; default is the current directory. | ||
.UNINDENT | ||
.INDENT 0.0 | ||
.TP | ||
.B \-\-keysize=KEYSIZE | ||
Set the keysize for the generated key, only works with | ||
the \(aq\-\-gen\-keys\(aq option, the key size must be 2048 or | ||
higher, otherwise it will be rounded up to 2048. The | ||
default is 2048. | ||
.UNINDENT | ||
.SH AUTHOR | ||
Thomas S. Hatch <[email protected]> and many others, please see the Authors file | ||
.SH COPYRIGHT | ||
2012, Thomas S. Hatch | ||
.\" Generated by docutils manpage writer. | ||
.\" | ||
. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
.TH "SALT-MASTER" "1" "July 27, 2012" "0.10.2" "Salt" | ||
.TH "SALT-MASTER" "1" "September 30, 2012" "0.10.3" "Salt" | ||
.SH NAME | ||
salt-master \- salt-master Documentation | ||
. | ||
|
@@ -28,7 +28,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] | |
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] | ||
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u | ||
.. | ||
.\" Man page generated from reStructuredText. | ||
.\" Man page generated from reStructeredText. | ||
. | ||
.sp | ||
The Salt master daemon, used to control the Salt minions | ||
|
@@ -81,4 +81,5 @@ Thomas S. Hatch <[email protected]> and many others, please see the Authors fil | |
.SH COPYRIGHT | ||
2012, Thomas S. Hatch | ||
.\" Generated by docutils manpage writer. | ||
.\" | ||
. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
.TH "SALT-MINION" "1" "July 27, 2012" "0.10.2" "Salt" | ||
.TH "SALT-MINION" "1" "September 30, 2012" "0.10.3" "Salt" | ||
.SH NAME | ||
salt-minion \- salt-minion Documentation | ||
. | ||
|
@@ -28,7 +28,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] | |
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] | ||
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u | ||
.. | ||
.\" Man page generated from reStructuredText. | ||
.\" Man page generated from reStructeredText. | ||
. | ||
.sp | ||
The Salt minion daemon, receives commands from a remote Salt master. | ||
|
@@ -82,4 +82,5 @@ Thomas S. Hatch <[email protected]> and many others, please see the Authors fil | |
.SH COPYRIGHT | ||
2012, Thomas S. Hatch | ||
.\" Generated by docutils manpage writer. | ||
.\" | ||
. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
.TH "SALT-RUN" "1" "July 27, 2012" "0.10.2" "Salt" | ||
.TH "SALT-RUN" "1" "September 30, 2012" "0.10.3" "Salt" | ||
.SH NAME | ||
salt-run \- salt-run Documentation | ||
. | ||
|
@@ -28,7 +28,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] | |
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] | ||
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u | ||
.. | ||
.\" Man page generated from reStructuredText. | ||
.\" Man page generated from reStructeredText. | ||
. | ||
.sp | ||
Execute a Salt runner | ||
|
@@ -67,4 +67,5 @@ Thomas S. Hatch <[email protected]> and many others, please see the Authors fil | |
.SH COPYRIGHT | ||
2012, Thomas S. Hatch | ||
.\" Generated by docutils manpage writer. | ||
.\" | ||
. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
.TH "SALT-SYNDIC" "1" "July 27, 2012" "0.10.2" "Salt" | ||
.TH "SALT-SYNDIC" "1" "September 30, 2012" "0.10.3" "Salt" | ||
.SH NAME | ||
salt-syndic \- salt-syndic Documentation | ||
. | ||
|
@@ -28,7 +28,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] | |
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] | ||
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u | ||
.. | ||
.\" Man page generated from reStructuredText. | ||
.\" Man page generated from reStructeredText. | ||
. | ||
.sp | ||
The Salt syndic daemon, a special minion that passes through commands from a | ||
|
@@ -76,4 +76,5 @@ Thomas S. Hatch <[email protected]> and many others, please see the Authors fil | |
.SH COPYRIGHT | ||
2012, Thomas S. Hatch | ||
.\" Generated by docutils manpage writer. | ||
.\" | ||
. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
.TH "SALT" "1" "July 27, 2012" "0.10.2" "Salt" | ||
.TH "SALT" "1" "September 30, 2012" "0.10.3" "Salt" | ||
.SH NAME | ||
salt \- salt | ||
. | ||
|
@@ -28,7 +28,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] | |
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] | ||
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u | ||
.. | ||
.\" Man page generated from reStructuredText. | ||
.\" Man page generated from reStructeredText. | ||
. | ||
.SH SYNOPSIS | ||
.INDENT 0.0 | ||
|
@@ -145,7 +145,7 @@ file. | |
.TP | ||
.B \-\-return | ||
Chose an alternative returner to call on the minion, if an alternative | ||
returner is used then the return will not come back tot he command line | ||
returner is used then the return will not come back to the command line | ||
but will be sent to the specified return system. | ||
.UNINDENT | ||
.INDENT 0.0 | ||
|
@@ -209,4 +209,5 @@ Thomas S. Hatch <[email protected]> and many others, please see the Authors fil | |
.SH COPYRIGHT | ||
2012, Thomas S. Hatch | ||
.\" Generated by docutils manpage writer. | ||
.\" | ||
. |
Oops, something went wrong.