Skip to content

Commit

Permalink
Fix documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrienDucourthial committed Nov 12, 2024
1 parent 364cb1e commit 326d516
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 2 additions & 1 deletion plugins/modules/horizon_import.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
author: Evertrust R&D (@EverTrust)
short_description: Horizon import plugin
description: Import a certificate or a private key.
notes: Importing a certificate requires permissions on the related profile.
notes:
- Importing a certificate requires permissions on the related profile.
extends_documentation_fragment: evertrust.horizon.auth_options
options:
profile:
Expand Down
5 changes: 3 additions & 2 deletions plugins/modules/horizon_revoke.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@
module: horizon_revoke
author: Evertrust R&D (@EverTrust)
short_description: Horizon revoke plugin
description: Performs an revocation against the Horizon API.
notes: Revoking a certificate requires permissions on the related profile.
description: Performs a revocation against the Horizon API.
notes:
- Revoking a certificate requires permissions on the related profile.
extends_documentation_fragment: evertrust.horizon.auth_options
options:
certificate_pem:
Expand Down
3 changes: 2 additions & 1 deletion plugins/modules/horizon_update.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
author: Evertrust R&D (@EverTrust)
short_description: Horizon update plugin
description: Updates labels of a certificate.
notes: Updating a certificate requires permissions on the related profile.
notes:
- Updating a certificate requires permissions on the related profile.
extends_documentation_fragment: evertrust.horizon.auth_options
options:
certificate_pem:
Expand Down

0 comments on commit 326d516

Please sign in to comment.