mirror of
https://github.com/saltstack-formulas/mysql-formula.git
synced 2025-04-16 17:50:27 +00:00
Merge pull request #201 from Enchiridion/master
Updated example pillar name overrides to match new keys
This commit is contained in:
commit
edb8c82fe0
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