mirror of
https://github.com/saltstack-formulas/mysql-formula.git
synced 2025-04-17 10:10:30 +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
|
source: salt://mysql/files/foo.schema
|
||||||
bar:
|
bar:
|
||||||
load: False
|
load: False
|
||||||
|
baz:
|
||||||
|
load: True
|
||||||
|
source: salt://mysql/files/baz.schema.tmpl
|
||||||
|
template: jinja
|
||||||
|
|
||||||
# Manage users
|
# Manage users
|
||||||
# you can get pillar for existent server using scripts/import_users.py script
|
# you can get pillar for existent server using scripts/import_users.py script
|
||||||
|
|
Loading…
Add table
Reference in a new issue