bind-formula/bind/init.sls
2014-12-13 00:19:58 -07:00

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