mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
Merge pull request #43771 from sdodsley/purefa_docfix
Fix documentation portion of module: indent issue corrected to ensure code block ends correctly [purefa]
This commit is contained in:
commit
50eff5e895
1 changed files with 3 additions and 3 deletions
|
@ -30,7 +30,7 @@ Installation Prerequisites
|
|||
- Configure Pure Storage FlashArray authentication. Use one of the following
|
||||
three methods.
|
||||
|
||||
1) From the minion config
|
||||
1) From the minion config
|
||||
.. code-block:: yaml
|
||||
|
||||
pure_tags:
|
||||
|
@ -38,8 +38,8 @@ Installation Prerequisites
|
|||
san_ip: management vip or hostname for the FlashArray
|
||||
api_token: A valid api token for the FlashArray being managed
|
||||
|
||||
2) From environment (PUREFA_IP and PUREFA_API)
|
||||
3) From the pillar (PUREFA_IP and PUREFA_API)
|
||||
2) From environment (PUREFA_IP and PUREFA_API)
|
||||
3) From the pillar (PUREFA_IP and PUREFA_API)
|
||||
|
||||
:maintainer: Simon Dodsley (simon@purestorage.com)
|
||||
:maturity: new
|
||||
|
|
Loading…
Add table
Reference in a new issue