mirror of
https://github.com/saltstack-formulas/mysql-formula.git
synced 2025-04-16 09:40:26 +00:00
Updated example pillar name overrides to match new keys
This commit is contained in:
parent
091584f1a6
commit
eba57badd3
1 changed files with 6 additions and 7 deletions
|
@ -121,13 +121,12 @@ mysql:
|
|||
grants: ['select', 'insert', 'update']
|
||||
|
||||
# Override any names defined in map.jinja
|
||||
# lookup:
|
||||
# server: mysql-server
|
||||
# client: mysql-client
|
||||
# service: mysql-service
|
||||
# server:
|
||||
# lookup:
|
||||
# python: python-mysqldb
|
||||
# serverpkg: mysql-server
|
||||
# clientpkg: mysql-client
|
||||
# service: mysql
|
||||
# pythonpkg: python-mysqldb
|
||||
# devpkg: mysql-devel
|
||||
# debconf_utils: debconf-utils
|
||||
|
||||
# Install MySQL headers
|
||||
dev:
|
||||
|
|
Loading…
Add table
Reference in a new issue