mirror of
https://github.com/saltstack-formulas/rsyncd-formula.git
synced 2025-02-17 16:14:24 +01:00
9 lines
193 B
Plaintext
9 lines
193 B
Plaintext
|
{% from "template/map.jinja" import template with context %}
|
||
|
|
||
|
template:
|
||
|
pkg.installed:
|
||
|
- name: {{ template.pkg }}
|
||
|
service.running:
|
||
|
- name: {{ template.service }}
|
||
|
- enable: True
|