doc: fix documentation formatting in salt.states.boto_iam*

This commit is contained in:
Jonathan Ballet 2015-11-11 12:00:59 +01:00
parent cbb167c8ee
commit 59c105b4b9
2 changed files with 4 additions and 3 deletions

View file

@ -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

View file

@ -1,6 +1,7 @@
# -*- coding: utf-8 -*-
'''
Manage IAM roles
================
.. versionadded:: 2014.7.0