mirror of
https://github.com/saltstack-formulas/bind-formula.git
synced 2025-04-16 09:40:22 +00:00
10 lines
188 B
Text
10 lines
188 B
Text
{% from "bind/map.jinja" import map with context %}
|
|
|
|
bind:
|
|
pkg:
|
|
- installed
|
|
- pkgs: {{ map.pkgs|json }}
|
|
service:
|
|
- running
|
|
- name: {{ map.service }}
|
|
- enable: True
|