salt.modules.ceph: Fix indentation : keyring_present

Make indentation the same as other methods.

Signed-off-by: Owen Synge <osynge@suse.com>
This commit is contained in:
Owen Synge 2016-07-26 14:00:50 +02:00
parent ef53fa0fd0
commit a11fca3b21

View File

@ -282,9 +282,9 @@ def keyring_present(**kwargs):
Notes:
keyring_type
Required paramter
Can be set to:
admin, mon, osd, rgw, mds
Required paramter
Can be set to:
admin, mon, osd, rgw, mds
cluster_uuid
Set the cluster UUID. Defaults to value found in ceph config file.