mirror of
https://github.com/saltstack-formulas/mysql-formula.git
synced 2025-04-16 09:40:26 +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:
|
mysql:
|
||||||
pkg:
|
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:
|
mysqld:
|
||||||
pkg:
|
pkg:
|
||||||
|
|
Loading…
Add table
Reference in a new issue