bind-formula/bind/init.sls
Gareth J. Greenaway 36b172717c cleaning up bind9 salt formula.
syncing with updates from upstream.
2014-03-01 15:13:33 -08:00

11 lines
207 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