mirror of
https://github.com/saltstack-formulas/mysql-formula.git
synced 2025-04-16 01:30:25 +00:00
Added pillar.example of templated schema file
This commit is contained in:
parent
1d3e2bb9ee
commit
55728f028b
1 changed files with 4 additions and 0 deletions
|
@ -25,6 +25,10 @@ mysql:
|
|||
source: salt://mysql/files/foo.schema
|
||||
bar:
|
||||
load: False
|
||||
baz:
|
||||
load: True
|
||||
source: salt://mysql/files/baz.schema.tmpl
|
||||
template: jinja
|
||||
|
||||
# Manage users
|
||||
# you can get pillar for existent server using scripts/import_users.py script
|
||||
|
|
Loading…
Add table
Reference in a new issue