mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #42164 from Ch3LL/fix_kerb_doc
Fix kerberos create_keytab doc
This commit is contained in:
commit
2a8ae2b3b6
1 changed files with 1 additions and 1 deletions
|
@ -262,7 +262,7 @@ def create_keytab(name, keytab, enctypes=None):
|
|||
|
||||
.. code-block:: bash
|
||||
|
||||
salt 'kdc.example.com' host/host1.example.com host1.example.com.keytab
|
||||
salt 'kdc.example.com' kerberos.create_keytab host/host1.example.com host1.example.com.keytab
|
||||
'''
|
||||
ret = {}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue