mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
doc: fix documentation formatting in salt.states.boto_iam*
This commit is contained in:
parent
cbb167c8ee
commit
59c105b4b9
2 changed files with 4 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
'''
|
||||
Manage IAM roles.
|
||||
=================
|
||||
Manage IAM objects
|
||||
==================
|
||||
|
||||
.. versionadded:: 2015.8.0
|
||||
|
||||
|
@ -100,7 +100,7 @@ passed in as a dict, or as a string to pull from pillars or minion config:
|
|||
boto_iam.server_cert_absent:
|
||||
- name: mycert
|
||||
|
||||
. code-block:: yaml
|
||||
.. code-block:: yaml
|
||||
create keys for user:
|
||||
boto_iam.keys_present:
|
||||
- name: myusername
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
'''
|
||||
Manage IAM roles
|
||||
================
|
||||
|
||||
.. versionadded:: 2014.7.0
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue