mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #29737 from akissa/fix-pillar-sqlite3-examples
fix pillar sqlite3 documentation examples
This commit is contained in:
commit
7084f79199
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ Complete example
|
|||
fromdb:
|
||||
query: 'SELECT col1,col2,col3,col4,col5,col6,col7
|
||||
FROM some_random_table
|
||||
WHERE minion_pattern LIKE %s'
|
||||
WHERE minion_pattern LIKE ?'
|
||||
depth: 5
|
||||
as_list: True
|
||||
with_lists: [1,3]
|
||||
|
|
Loading…
Add table
Reference in a new issue