mirror of
https://github.com/saltstack-formulas/mysql-formula.git
synced 2025-04-15 17:20:25 +00:00
fixed import to include services
This commit is contained in:
parent
6814254e3a
commit
0b7b232934
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
{% from "salt/package-map.jinja" import pkgs with context %}
|
||||
{% from "salt/package-map.jinja" import pkgs, services with context %}
|
||||
|
||||
mysql:
|
||||
pkg:
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{% from "salt/package-map.jinja" import pkgs with context %}
|
||||
{% from "salt/package-map.jinja" import pkgs, services with context %}
|
||||
|
||||
mysqld:
|
||||
pkg:
|
||||
|
|
Loading…
Add table
Reference in a new issue