mirror of
https://github.com/saltstack-formulas/mysql-formula.git
synced 2025-04-15 17:20:25 +00:00
Add two examples of using the template context
This commit is contained in:
parent
3e20211d72
commit
0611f52616
1 changed files with 14 additions and 0 deletions
|
@ -55,6 +55,20 @@ mysql:
|
|||
load: True
|
||||
source: salt://mysql/files/baz.schema.tmpl
|
||||
template: jinja
|
||||
qux:
|
||||
load: True
|
||||
source: salt://mysql/files/qux.schema.tmpl
|
||||
template: jinja
|
||||
context:
|
||||
encabulator: Turbo
|
||||
girdlespring: differential
|
||||
quux:
|
||||
load: True
|
||||
source: salt://mysql/files/qux.schema.tmpl
|
||||
template: jinja
|
||||
context:
|
||||
encabulator: Retro
|
||||
girdlespring: integral
|
||||
|
||||
# Manage users
|
||||
# you can get pillar for existing server using scripts/import_users.py script
|
||||
|
|
Loading…
Add table
Reference in a new issue