mirror of
https://github.com/saltstack-formulas/mysql-formula.git
synced 2025-04-16 09:40:26 +00:00
Added pillar example of overriding names via pillar
This commit is contained in:
parent
b09105f3e4
commit
4956d7d669
1 changed files with 7 additions and 0 deletions
|
@ -3,3 +3,10 @@ mysql:
|
||||||
bind-address: 127.0.0.1
|
bind-address: 127.0.0.1
|
||||||
port: 3306
|
port: 3306
|
||||||
user: mysql
|
user: mysql
|
||||||
|
|
||||||
|
# Override any names defined in package-map.jinja
|
||||||
|
lookup:
|
||||||
|
server: mysql-server
|
||||||
|
client: mysql-client
|
||||||
|
service: mysql-service
|
||||||
|
config: /etc/mysql/my.cnf
|
||||||
|
|
Loading…
Add table
Reference in a new issue