bind-formula/bind/init.sls

11 lines
188 B
Text
Raw Normal View History

{% from "bind/map.jinja" import map with context %}
bind:
pkg:
- installed
- pkgs: {{ map.pkgs|json }}
service:
- running
- name: {{ map.service }}
2013-06-13 00:00:04 -04:00
- enable: True