2011-07-08 04:23:26 +00:00
|
|
|
============
|
2011-07-03 01:55:06 +00:00
|
|
|
``salt-run``
|
2011-07-08 04:23:26 +00:00
|
|
|
============
|
2011-07-03 01:55:06 +00:00
|
|
|
|
|
|
|
Execute a Salt runner
|
|
|
|
|
|
|
|
Synopsis
|
|
|
|
========
|
|
|
|
|
|
|
|
::
|
|
|
|
|
|
|
|
salt-run RUNNER
|
|
|
|
|
|
|
|
Description
|
|
|
|
===========
|
|
|
|
|
|
|
|
Salt run is the frontend command for executing ``Salt Runners``.
|
|
|
|
Salt runners are simple modules used to execute convenience functions on the
|
|
|
|
master
|
|
|
|
|
|
|
|
Options
|
|
|
|
=======
|
|
|
|
|
|
|
|
.. program:: salt-cp
|
|
|
|
|
|
|
|
.. option:: -h, --help
|
|
|
|
|
|
|
|
Print a usage message briefly summarizing these command-line options
|
|
|
|
|
|
|
|
.. option:: -c CONFIG, --config=CONFIG
|
|
|
|
|
|
|
|
The location of the salt master configuration file, the salt master
|
|
|
|
settings are required to know where the connections are;
|
|
|
|
default=/etc/salt/master
|