Fix kerberos create_keytab doc

This commit is contained in:
Ch3LL 2017-07-06 09:46:04 -04:00
parent c239664c8b
commit 7c0fb248ec

View file

@ -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 = {}