mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix docs for puppet.plugin_sync so code-block renders properly and sync is spelled consistently
This commit is contained in:
parent
c589eae03f
commit
fb2cb78a31
1 changed files with 2 additions and 1 deletions
|
@ -337,9 +337,10 @@ def summary():
|
|||
|
||||
def plugin_sync():
|
||||
'''
|
||||
Runs a plugin synch between the puppet master and agent
|
||||
Runs a plugin sync between the puppet master and agent
|
||||
|
||||
CLI Example:
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
salt '*' puppet.plugin_sync
|
||||
|
|
Loading…
Add table
Reference in a new issue