Skip to content

Commit

Permalink
Add a note regarding using salt-call with the self-contained developm…
Browse files Browse the repository at this point in the history
…ent environment.
  • Loading branch information
Jack Kuan committed Sep 12, 2012
1 parent d3c967d commit 2c12b15
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions HACKING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,13 @@ Edit the minion config file:
"saltdev". This isn't strictly necessary but it will serve as a reminder of
which Salt installation you are working with.

.. note:: Using `salt-call` with a :doc:`Standalone Minion </topics/tutorials/standalone_minion>`

If you plan to run `salt-call` with this self-contained development
environment in a masterless setup, you should invoke `salt-call` with
``-c /path/to/your/virtualenv/etc/salt`` so that salt can find the minion
config file. Without the ``-c`` option, Salt finds its config files in `/etc/salt`.

Start the master and minion, accept the minon's key, and verify your local Salt
installation is working::

Expand Down

0 comments on commit 2c12b15

Please sign in to comment.