Change docs to be third person

This commit is contained in:
Thomas S Hatch 2013-01-18 23:33:03 -07:00
parent 7cce3f0661
commit 5c2db52f0f

View File

@ -31,6 +31,8 @@ this data from the master.
Now the salt-call command will not look for a master and will assume that the
local system has all of the file ad pillar resources.
Running States Masterless
=========================
@ -59,11 +61,11 @@ This makes it easy to "script" deployments with Salt states without having to
set up a master, and allows for these SLS modules to be easily moved into a
Salt master as the deployment grows.
You can run your states use::
Now the declared state can now be executed with::
salt-call state.highstate
If you didn't change your ``file_client`` to ``local``, you can still run
salt-masterless with bellow command::
Or the salt-call command can be executed with the `--local` flag, this makes it
unnecessary to change the configuration file::
salt-call --local state.highstate
salt-call state.highstate --loca