mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #30788 from rallytime/fix-dellchassis-doc-example
Fix incorrect doc example for dellchassis blade_idrac state
This commit is contained in:
commit
46adb2d1af
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ pillar stated above:
|
|||
{% for k, v in details['blades'].iteritems() %}
|
||||
{{ k }}:
|
||||
dellchassis.blade_idrac:
|
||||
- idrac_password: {{ password }}
|
||||
- idrac_password: {{ v['idrac_password'] }}
|
||||
{% endfor %}
|
||||
|
||||
.. note::
|
||||
|
|
Loading…
Add table
Reference in a new issue