mirror of
https://github.com/saltstack-formulas/bind-formula.git
synced 2025-04-17 02:00:23 +00:00
9 lines
195 B
Text
9 lines
195 B
Text
{% from "bind/map.jinja" import map with context %}
|
|
|
|
bind:
|
|
pkg.installed:
|
|
- pkgs: {{ map.pkgs|json }}
|
|
service.running:
|
|
- name: {{ map.service }}
|
|
- enable: True
|
|
- reload: True
|