mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
Fixed typos in the beacon docs
This commit is contained in:
parent
2f7376ad6b
commit
8e476bc455
@ -10,7 +10,7 @@ primary example of this is the :py:mod:`~salt.beacons.inotify` beacon. This
|
||||
beacon uses inotify to watch configured files or directories on the minion for
|
||||
changes, creation, deletion etc.
|
||||
|
||||
This allows for the changes to be sent up tot he master where the
|
||||
This allows for the changes to be sent up to the master where the
|
||||
reactor can respond to changes.
|
||||
|
||||
Configuring The Beacons
|
||||
@ -29,8 +29,8 @@ minion pillar, grains, or local config file:
|
||||
Writing Beacon Plugins
|
||||
======================
|
||||
|
||||
Beacon plugins use the standard salt loader system, meaning that many of the
|
||||
constructs from other plugin systems holds true, such as the ``__virtul__``
|
||||
Beacon plugins use the standard Salt loader system, meaning that many of the
|
||||
constructs from other plugin systems holds true, such as the ``__virtual__``
|
||||
function.
|
||||
|
||||
The important function in the Beacon Plugin is the ``beacon`` function. When
|
||||
|
Loading…
Reference in New Issue
Block a user