mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #31743 from Talkless/patch-1
Fix parentheses missmatch in documentation
This commit is contained in:
commit
c0868307df
1 changed files with 1 additions and 1 deletions
|
@ -811,7 +811,7 @@ different from the base must be specified of the alternates:
|
|||
'python': 'dev-python/mysql-python',
|
||||
},
|
||||
},
|
||||
merge=salt['pillar.get']('mysql:lookup'), default='default') %}
|
||||
merge=salt['pillar.get']('mysql:lookup', default='default') %}
|
||||
|
||||
|
||||
Overriding values in the lookup table
|
||||
|
|
Loading…
Add table
Reference in a new issue