0
0
mirror of https://github.com/saltstack-formulas/rsyncd-formula.git synced 2025-02-17 16:14:24 +01:00
rsyncd-formula/rsyncd/init.sls

9 lines
193 B
Plaintext
Raw Normal View History

2015-05-01 23:22:41 +02:00
{% from "template/map.jinja" import template with context %}
template:
pkg.installed:
- name: {{ template.pkg }}
service.running:
- name: {{ template.service }}
- enable: True