-
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.
Add salt-run manpage and update man pages for 0.8.9
- Loading branch information
Showing
7 changed files
with
2,263 additions
and
301 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-CP" "1" "May 30, 2011" "0.8.8" "Salt" | ||
.TH "SALT-CP" "1" "July 09, 2011" "0.8.9" "Salt" | ||
.SH NAME | ||
salt-cp \- salt-cp Documentation | ||
. | ||
|
@@ -100,7 +100,7 @@ default=/etc/salt/master | |
.SH AUTHOR | ||
Thomas S. Hatch <[email protected]> and many others, please see the Authors file | ||
.SH COPYRIGHT | ||
2011, Thomas Hatch | ||
2011, 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" "May 30, 2011" "0.8.8" "Salt" | ||
.TH "SALT-KEY" "1" "July 09, 2011" "0.8.9" "Salt" | ||
.SH NAME | ||
salt-key \- salt-key Documentation | ||
. | ||
|
@@ -80,7 +80,7 @@ default=/etc/salt/master | |
.SH AUTHOR | ||
Thomas S. Hatch <[email protected]> and many others, please see the Authors file | ||
.SH COPYRIGHT | ||
2011, Thomas Hatch | ||
2011, 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" "May 30, 2011" "0.8.8" "Salt" | ||
.TH "SALT-MASTER" "1" "July 09, 2011" "0.8.9" "Salt" | ||
.SH NAME | ||
salt-master \- salt-master Documentation | ||
. | ||
|
@@ -60,7 +60,7 @@ The master configuration file to use, the default is /etc/salt/master | |
.SH AUTHOR | ||
Thomas S. Hatch <[email protected]> and many others, please see the Authors file | ||
.SH COPYRIGHT | ||
2011, Thomas Hatch | ||
2011, 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" "May 30, 2011" "0.8.8" "Salt" | ||
.TH "SALT-MINION" "1" "July 09, 2011" "0.8.9" "Salt" | ||
.SH NAME | ||
salt-minion \- salt-minion Documentation | ||
. | ||
|
@@ -61,7 +61,7 @@ The minion configuration file to use, the default is /etc/salt/minion | |
.SH AUTHOR | ||
Thomas S. Hatch <[email protected]> and many others, please see the Authors file | ||
.SH COPYRIGHT | ||
2011, Thomas Hatch | ||
2011, 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 |
---|---|---|
@@ -0,0 +1,68 @@ | ||
.TH "SALT-RUN" "1" "July 09, 2011" "0.8.9" "Salt" | ||
.SH NAME | ||
salt-run \- salt-run Documentation | ||
. | ||
.nr rst2man-indent-level 0 | ||
. | ||
.de1 rstReportMargin | ||
\\$1 \\n[an-margin] | ||
level \\n[rst2man-indent-level] | ||
level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] | ||
- | ||
\\n[rst2man-indent0] | ||
\\n[rst2man-indent1] | ||
\\n[rst2man-indent2] | ||
.. | ||
.de1 INDENT | ||
.\" .rstReportMargin pre: | ||
. RS \\$1 | ||
. nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin] | ||
. nr rst2man-indent-level +1 | ||
.\" .rstReportMargin post: | ||
.. | ||
.de UNINDENT | ||
. RE | ||
.\" indent \\n[an-margin] | ||
.\" old: \\n[rst2man-indent\\n[rst2man-indent-level]] | ||
.nr rst2man-indent-level -1 | ||
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] | ||
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u | ||
.. | ||
.\" Man page generated from reStructeredText. | ||
. | ||
.sp | ||
Execute a Salt runner | ||
.SH SYNOPSIS | ||
.sp | ||
.nf | ||
.ft C | ||
salt\-run RUNNER | ||
.ft P | ||
.fi | ||
.SH DESCRIPTION | ||
.sp | ||
Salt run is the frontend command for executing \fBSalt Runners\fP. | ||
Salt runners are simple modules used to execute convenience functions on the | ||
master | ||
.SH OPTIONS | ||
.INDENT 0.0 | ||
.TP | ||
.B \-h, \-\-help | ||
.sp | ||
Print a usage message briefly summarizing these command\-line options | ||
.UNINDENT | ||
.INDENT 0.0 | ||
.TP | ||
.B \-c CONFIG, \-\-config=CONFIG | ||
.sp | ||
The location of the salt master configuration file, the salt master | ||
settings are required to know where the connections are; | ||
default=/etc/salt/master | ||
.UNINDENT | ||
.SH AUTHOR | ||
Thomas S. Hatch <[email protected]> and many others, please see the Authors file | ||
.SH COPYRIGHT | ||
2011, 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" "May 30, 2011" "0.8.8" "Salt" | ||
.TH "SALT" "1" "July 09, 2011" "0.8.9" "Salt" | ||
.SH NAME | ||
salt \- salt | ||
. | ||
|
@@ -106,7 +106,7 @@ default=/etc/salt/master | |
.SH AUTHOR | ||
Thomas S. Hatch <[email protected]> and many others, please see the Authors file | ||
.SH COPYRIGHT | ||
2011, Thomas Hatch | ||
2011, Thomas S. Hatch | ||
.\" Generated by docutils manpage writer. | ||
.\" | ||
. |
Oops, something went wrong.